Re: Storing phrases in index

2008-04-10 Thread palexv
Please, can you give me a simple example of how to use ShingleFilter? Thanks a lot! Mathieu Lecarme wrote: > > palexv a écrit : >> Thanks! >> Can you help me to get ShingleFilter class. It is absent in version >> 2.3.1. >> How can I get it? >> > It&#x

Re: Storing phrases in index

2008-04-10 Thread palexv
Thanks! Can you help me to get ShingleFilter class. It is absent in version 2.3.1. How can I get it? Mathieu Lecarme wrote: > > palexv a écrit : >> Hello all. >> I have a question to advanced in lucene. >> I have a set of phrases which I need to store in index. >>

Storing phrases in index

2008-04-09 Thread palexv
Hello all. I have a question to advanced in lucene. I have a set of phrases which I need to store in index. Is there is a way of storing phrases as terms in index? How is the best way of writing such index? Should this field be tokenized? What is the best way of searching phrases by mask in suc