Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jesus Mirabal 8 posts 78 karma points
    Jan 24, 2017 @ 13:56
    Jesus Mirabal
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft