Re: Regarding DrillDown search

2014-02-10 Thread Jebarlin Robertson
gt; A2 (3) Author: A1 > A3 (1) > Doc2_Title > Doc2_Highlight > Author: A2 > +++ > ... > > Did I understand properly? > > Shai > > On Mon, Feb 10, 2014 at 4:51 PM, J

Re: Regarding DrillDown search

2014-02-10 Thread Jebarlin Robertson
results are returned to > the user. > > Shai > > > On Mon, Feb 10, 2014 at 3:16 PM, Jebarlin Robertson >wrote: > > > Hi Shai, > > > > Thanks, > > > > I am using the same way of BooleanQuery only with list of PrefixQuery > only. > > I thi

Re: Regarding DrillDown search

2014-02-10 Thread Jebarlin Robertson
pScoreDocCollector.create(...); > FacetsCollector fc = FacetsCollector.create(...); > searcher.search(query, MultiCollector.wrap(tsdc, fc)); > > List facetResults = fc.getFacetResults(); > TopDocs topDocs = tsdc.topDocs(); > > Something like that.. > > Shai > > > On Mon, Feb 10, 2014

Re: Regarding DrillDown search

2014-02-10 Thread Jebarlin Robertson
term() to create a > Term($facets, Author/Jeral) (NOTE: you shouldn't pass '*' as part of the > CategoryPath) and then construct your own PrefixQuery with that Term. > > Hope that helps, > Shai > > > On Mon, Feb 10, 2014 at 6:21 AM, Jebarlin Robertson >wrote:

Regarding DrillDown search

2014-02-09 Thread Jebarlin Robertson
Dear Shai, I have one doubt in DrillDown search, when I search with a CategoryPath of author, it is giving me the result if I give the accurate full name only. Is there any way to get the result even if I give the first or last name. Can you help me to search like (*contains* the word in Facet sea

Re: Regarding CorruptedIndexException in using Lucene Facet Search

2014-02-07 Thread Jebarlin Robertson
s modules > - it's the only way to guarantee things will work :). > > Shai > > > On Fri, Feb 7, 2014 at 9:05 AM, Jebarlin Robertson >wrote: > > > Dear Shai, > > > > I only made the mistake by using the same directory for both IndexWriter > > and Fa

Re: Regarding CorruptedIndexException in using Lucene Facet Search

2014-02-06 Thread Jebarlin Robertson
Facet library also the same version. Kindly guide me to use the best and the working one. :) Thank you :) Thanks and Regards, Jebarlin Robertson.R On Fri, Feb 7, 2014 at 12:41 PM, Jebarlin Robertson wrote: > Dear Shai, > > Thank you for your reply. > > Actually I am using Lucen

Re: Regarding CorruptedIndexException in using Lucene Facet Search

2014-02-06 Thread Jebarlin Robertson
e some sort of testcase / short program which demonstrates the > problem? > > I know there were few issues running Lucene on Android, so I cannot > guarantee it works fully .. we never tested this code on Android. > > Shai > > > On Thu, Feb 6, 2014 at 3:21 PM, Jebarlin

Regarding CorruptedIndexException in using Lucene Facet Search

2014-02-06 Thread Jebarlin Robertson
Hi, I am using Lucene 3.6 version for indexing and searching in Android application. I have implemented Facet search. But when I try to search, it is giving the below exception while creating the DirectoryTaxonomyReader object. 02-06 21:00:58.082: W/System.err(15518): org.apache.lucene.index.Cor

Re: Regarding Compression Tool

2013-09-18 Thread Jebarlin Robertson
creating fragments. what if we directly take the index of the search query from the content and take the sentence before and after with some specified offset values. Regards, Jebarlin Robertson.R On Tue, Sep 17, 2013 at 3:07 PM, Jebarlin Robertson wrote: > Thanks Mark. > > I know

Re: Regarding Compression Tool

2013-09-17 Thread Jebarlin Robertson
ome > more time to figure out the best solution. Of course I don't know much > about your application, so take my advice with a grain of salt. > > > On Mon, Sep 16, 2013 at 2:22 AM, Jebarlin Robertson >wrote: > > > I am using Apache Lucene in Android. I hav

Re: Regarding Compression Tool

2013-09-16 Thread Jebarlin Robertson
various low-level caches. This really is seeming like > an XY problem. Perhaps if you backed up and explained _why_ this > seems important to do people could be more helpful. > > > Best, > Erick > > > On Sat, Sep 14, 2013 at 12:21 PM, Jebarlin Robertson >wrote: > &

Re: Regarding Compression Tool

2013-09-14 Thread Jebarlin Robertson
t have to do > anything special to search it. > > Best, > Erick > > > On Fri, Sep 13, 2013 at 1:19 AM, Jebarlin Robertson >wrote: > > > Hi, > > > > I am trying to store all the Field values using CompressionTool, But > When I > > search for any

Regarding Compression Tool

2013-09-13 Thread Jebarlin Robertson
Hi, I am trying to store all the Field values using CompressionTool, But When I search for any content, it is not finding any results. Can you help me, how to create the Field with CompressionTool to add to the Document and how to decompress it when searching for any content in it. -- Thanks &