Re: ShingleAnalyzerWrapper question

2014-06-16 Thread Manjula Wijewickrema
Dear Steve, It works. Thanks. On Wed, Jun 11, 2014 at 6:18 PM, Steve Rowe wrote: > You should give sw rather than analyzer in the IndexWriter actor. > > Steve > www.lucidworks.com > On Jun 11, 2014 2:24 AM, "Manjula Wijewickrema" > wrote: > > > Hi, > > > > In my programme, I can index and

Re: ShingleAnalyzerWrapper question

2014-06-11 Thread Steve Rowe
You should give sw rather than analyzer in the IndexWriter actor. Steve www.lucidworks.com On Jun 11, 2014 2:24 AM, "Manjula Wijewickrema" wrote: > Hi, > > In my programme, I can index and search a document based on unigrams. I > modified the code as follows to obtain the results based on bigra

ShingleAnalyzerWrapper question

2014-06-10 Thread Manjula Wijewickrema
Hi, In my programme, I can index and search a document based on unigrams. I modified the code as follows to obtain the results based on bigrams. However, it did not give me the desired output. * *public* *static* *void* createIndex() *throws* CorruptIndexException, LockObtainFail