Re: Lucene for Log file indexing and search

2013-09-21 Thread gudiseashok
Hi Paul,Otis & Ivan I thank each one of you for taking time and pouring multiple options for my requirement. I saw the video in elastic search home page and I felt I got what I am searching for, and I need to check Solr and this Logscene from Sema text. I really liked lucene, and this is too pow

Re: lucene 4.3 search not working ShingleAnalyzerWrapper

2013-09-21 Thread Michael McCandless
What's actually going wrong? Exception? No hits? What query is actually being executed? Ie what does that System.out.println print? If you search for i am leagend instead does it still find no hits? Mike McCandless http://blog.mikemccandless.com On Sat, Sep 21, 2013 at 2:48 AM, illusionz

Re: lucene 4.3 search not working ShingleAnalyzerWrapper

2013-09-21 Thread illusionz
Hi Michael, I am getting no hits. Tokens are generated in this form : iam, amleagend I am searching from "amleagend", and getting no hits. Thanks, Depanker Sharma On Sat, Sep 21, 2013 at 10:38 PM, Michael McCandless < luc...@mikemccandless.com> wrote: > What's actually going wrong? Excep