Adding field to Lucene index for fast retrieval, not searchable
Hello,
I am trying to store a few fields in the Lucene index for retrieval only (faster way to present the data on screen) and don't want these fields to affect the Lucene score. Is it possible to specify such thing in the Examine custom Index configuration? Basically I want to include fields from custom properties and indicate for those field to be Not Analyzed (and any other property that is necessary for Lucene so that these fields are used only for storage without affecting the score).
One thought was to use the __ prefix used by the Examine implementation for special fields, but not sure if that would do the trick.
Adding field to Lucene index for fast retrieval, not searchable
Hello,
I am trying to store a few fields in the Lucene index for retrieval only (faster way to present the data on screen) and don't want these fields to affect the Lucene score. Is it possible to specify such thing in the Examine custom Index configuration? Basically I want to include fields from custom properties and indicate for those field to be Not Analyzed (and any other property that is necessary for Lucene so that these fields are used only for storage without affecting the score).
One thought was to use the __ prefix used by the Examine implementation for special fields, but not sure if that would do the trick.
Any help appreciated!!
Thanks,
JM
is working on a reply...