forked from BigMiners/bioMine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.properties.DEFAULT
51 lines (40 loc) · 1.52 KB
/
config.properties.DEFAULT
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
47
48
49
#specify the url to the zookeeper-solr address
server.url=localhost:2181
#specify the existent collection names - default first (use "," as separator)
collections=literature,csfgGff,csfgFasta,csfgAnnotation
#specify the name of existent shards (use "," as separator)
shards=localhost:8000/solr/shardname1_replicaname1,localhost:8983/solr/shardname2_replicaname2
############
# indexing #
############
#mapping of genome name and version
genomeMap.path=./genomeMap
#extension of the files to index use "," as separator
data.file.ext=.gz,.tar.gz,.nxml,.xml
#
#size of the document queue
indexing.queueSize=10000
#
#number of threads used to push documents to Solr
#indexing.nbPushThreads=5 means that 5 documents will be pushed to Solr at the same time
indexing.nbPushThreads=30
# fake push -- if set to true the documents will not be sent to the solr index
fake.push=false
# allows to set the commitWhithin parameter for documents when bioMine handles the commit instead of solr
# by default the commit will be applied only when deleting documents from the index
default.commitWhithinInMs=500
############
# querying #
############
#path to stopwords file to be removed from query
queryStopwords.path=./queryStopwords
#
#path to question words file to be considered in query
questionWords.path=./questionWords
##############
# entity #
# annotation #
##############
dictionaries.path=./dictionaries
# list of entities to be annotated (separated by ",")
entities=accessionnumber,glycosylation,product_analysis,temperature,fungus,ph,enzyme