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. 
>> 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?
>>   
> not tokenized
>> What is the best way of searching phrases by mask in such index? Should I
>> use BooleanQuery, WildCartQuery or SpanQuery?
> il you search complete phrase, just use Term, if you search part of 
> phrase, use ShingleFilter.
> 
>>  
>> How is the best way to escape from maxClauses exception when searching
>> like
>> a*?
>>   
> indexing indexed term.
> 
> M.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Storing-phrases-in-index-tp16585658p16603707.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to