yaa... and now I am trying with multiple filters. Thanks
--
View this message in context:
http://old.nabble.com/Lucene-Filter-tp27756577p27778081.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com
gt; To: java-dev@lucene.apache.org
> Subject: Re: Lucene Filter
>
>
> Oho... actually I didn't check that part of my code at all
> Thanks a lot for pointing out this to me. The search is running
> perfectly
> now
>
> thanks
> Dyutiman
> --
> View
Oho... actually I didn't check that part of my code at all
Thanks a lot for pointing out this to me. The search is running perfectly
now
thanks
Dyutiman
--
View this message in context:
http://old.nabble.com/Lucene-Filter-tp27756577p27768251.html
Sent from the Lucene - Java Deve
--
From: Dyutiman
To: java-dev@lucene.apache.org
Sent: Wed, 3 March, 2010 11:40:29
Subject: Re: Lucene Filter
Thanks Erick,
I tried Luke and it seems that my index is fine (see the screenshot attached
http://old.nabble.com/file/p27767115/luke.JPG luke.JPG ).
That means I did something w
SearchUtil.java ). If you please can check it ones that will be very
helpful.
thanks again
Dyutiman
--
View this message in context:
http://old.nabble.com/Lucene-Filter-tp27756577p27767115.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com
qp = new QueryParser(Version.LUCENE_CURRENT, "contents",
> >> analyzer);
> >> Query query = qp.parse(searchString);
> >> Filter filter = new TermRangeFilter("sentiment", "positive", "positive",
> >> true, true);
> >>
nts",
>> analyzer);
>> Query query = qp.parse(searchString);
>> Filter filter = new TermRangeFilter("sentiment", "positive", "positive",
>> true, true);
>> topDocs = searcher.search(query, filter, 20);
>>
>> But I am
ts mixed with all 3 sentiments. I tried other filters
> also but the result is same.
> Anybody got any solutions for me please help..
>
> thanks
> Dyutiman
>
> --
> View this message in context:
> http://old.nabble.com/Lucene-Filter-tp27756577p27756577.html
> S
ments. I tried other filters
also but the result is same.
Anybody got any solutions for me please help..
thanks
Dyutiman
--
View this message in context:
http://old.nabble.com/Lucene-Filter-tp27756577p27756577.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.
Could you re-ask this on java-user, instead? Thanks.
Mike
On Thu, Apr 2, 2009 at 6:24 PM, addman wrote:
>
> How do you create a Lucene Filter to check if a field has a value? It is
> part for a ChainedFilter that I am creating.
> --
> View this message in context:
> htt
How do you create a Lucene Filter to check if a field has a value? It is
part for a ChainedFilter that I am creating.
--
View this message in context:
http://www.nabble.com/Lucene-filter-tp22858220p22858220.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com
11 matches
Mail list logo