Debug lucene search
- Check if " The desired term is in a field that was not defined as 'indexed'. Re-index the document and make the field indexed."
- we cannot be sure of every term, but at least some of them were found in the previous version so the problem is not this .
- according to this : http://lucene.apache.org/java/2_0_0/fileformats.html
- change in buildIndex() Field.Store.YES, Field.Index.NO, re index , search still does not work.
- although this could not change thinks. In previous version "gene description is Field.Index.NOT_ANALYZED, and still all the individual terms that are contained are found.
- an example is ATP, which is not defined as indexed individually.
- The term is in a field that was not tokenized during indexing and therefore, the entire content of the field was considered as a single term. Re-index the documents and make sure the field is tokenized.
- No term is tokenized individually.
- according to this : http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/document/Field.html
- we are using this java.lang.String, org.apache.lucene.document.Field.Store, org.apache.lucene.document.Field.Index) Field(String name, String value, Field.Store store, Field.Index index)
Create a field by specifying its name, value and how it will be saved in the index. - So no tokenization is defined ,
-
- Presentation ! Title? : Indexing based retrieval from molgenis & Ontocat
Links
rdf formats : https://wiki.nbic.nl/index.php/DbNPInspiration#RDF_formats
http://demo.sysmo-db.org/forums
ISA-TAB :
http://isatab.sourceforge.net/
http://www.ncbi.nlm.nih.gov/pubmed/18447634
MI..s - .. http://en.wikipedia.org/wiki/Minimum_Information_Standards
BioInvestigation? Index : http://www.ebi.ac.uk/bioinvindex/browse_studies.seam
Last modified 14 years ago
Last modified on 2010-10-01T23:19:13+02:00