Basically there is a stored fork and an indexed fork. If you specify the input should be stored, a verbatim copy is put in a special segment file with the extension .fdt.
This is entirely orthogonal to indexing the tokens, which are what search operates on. So you can store and index, store but not index, index but not store, and you could even not index and not store, although this last would effectively do nothing. HTH, Erick On Thu, Jan 15, 2015 at 12:29 PM, tomas.kalas <kala...@email.cz> wrote: > Hello, > i have a question how Lucene indexes? I have sentence and tokenized it at > tokens and index save only tokens?Or original sentence too ? When i want to > see for example sentence with id 1, it lucene build this sentence from > tokens where are saved in index? Or the sentence is indexed too ?And when i > use Synonym filter, or some Language filter, this words are indexed too, or > loaded from some external files? I hope so my question is clear. Thanks. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Indexing-tp4179909.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org