# dbs/lucegene/libs.properties # index of library properties LIB_NAME=libs title=LuceGene library properties field.docid=LIB_NAME DATA_ROOT=dbs/lucegene/ INDEX_PATH=indices/lucene/libs/ # locate data with regex file, folder patterns regex_folder= regex_file=^\\w.+\\.(properties)$ regex_skipfolder=(.*) INDEX_CLASS=org.eugenes.index.LuceneBaseIndexer analyzer=org.apache.lucene.analysis.standard.StandardAnalyzer ## append existing index or create new INDEX_APPEND=false ## index names as values (as well as field names)? INDEX_TAGS=false ## use fieldname xpath; full top.middle.last field name? INDEX_XPATH=false ## INDEX_LEVEL=0 means index main records one level below xml tag INDEX_LEVEL=0 INDEX_BLANKS=false MIME_TYPE=text/plain ## search properties ## default search field searchfield=all format=text outfields=docid,title,url title = FlyBase Lucegene Databases header.native= footer.native= header.xml=\n footer.xml= xsl = libs.xsl # xsl = fban.xsl merge_factor=10 max_field_length=1000000 MAX_FIELDS=10000 # to create "contents" field of all text indexall=false ## field indexing parameters ## default - UnStored = index but dont store text fieldtype=UnStored fieldtype.docid=Text fieldtype.title=Text fieldtype.contents=UnStored fieldtype.summary=UnIndexed