My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Clause:
index:
cultures: [en]
encoding: UTF-8
host: 127.0.0.1
port: 8983
base_url: "/solr"
models:
Clause:
fields:
id:
type: int
indexed: false
stored: true
required: true
is_latest_clause:
type: boolean
required: true
document_title:
type: text
stored: true
document_code:
type: lcstring
adoption_year:
type: int
tag_ids:
type: int
multiValued: true
boost: 2
addressee_ids:
type: int
multiValued: true
content:
type: text
stored: true
documenttype_id:
type: int
operative_phrase_id:
type: int
information_type_id:
type: int
organisation_id:
type: int
alias: getOrganisationIdSolr
legal_value:
type: string

Change log

r584 by lukas.smith on Jun 29, 2010   Diff
added support for also filter by tag and
code via the fulltext search field
Go to: 
Project members, sign in to write a code review

Older revisions

r574 by lukas.smith on Jun 22, 2010   Diff
write organisation id 0 if a document
has no organisation id
r525 by lukas.smith on May 28, 2010   Diff
refactored things so that we can index
the Clause model instead of the
ClauseBody, most importantly this
enables us to automatically keep the
index uptodate
r517 by lukas.smith on May 26, 2010   Diff
added support for adoption year filter
in search
All revisions of this file

File info

Size: 975 bytes, 46 lines
Powered by Google Project Hosting