Actually, the format of the query for which it worked was:
"\"Apache jakarta\""~10.
Thanks for the help.
Prashant.
On Fri, Jul 17, 2009 at 7:13 PM, Siraj Haider wrote:
> Try doing a single word search, instead of a phrase. I once had a similar
> problem when I indexed using Field.setOmitTf(tr
Try doing a single word search, instead of a phrase. I once had a
similar problem when I indexed using Field.setOmitTf(true) which removed
all the positional information from index, which is required to do
phrase searches.
-siraj
Erick Erickson wrote:
The first thing I'd do is get a copy of
The first thing I'd do is get a copy of Luke and look in my index
to see exactly what's there. Nothing in your e-mails indicates that you
*should* get any hits. Although I admin not getting jakarta lucene in
50M pages seems unlikely.
But Ian's suggestion that you start with a smaller index is spot
You might like to start with a smaller index ...
There are many suggestions in the "Why am I getting no hits /
incorrect hits?" of the Lucene FAQ at
http://wiki.apache.org/lucene-java/LuceneFAQ. Maybe if you work
through those you'll find the problem.
--
Ian.
On Thu, Jul 16, 2009 at 1:42 PM,
50 million HTML pages (part of clueweb09 dataset for TREC) were indexed
using Hadoop into 56 indexes. 56 indexes were merged into a single index.
Analyzer is the StandardAnalyzer.
On Thu, Jul 16, 2009 at 6:07 PM, Anshum wrote:
> Hi Prashant,
>
> What did you index? how did you index? what anal
Hi Prashant,
What did you index? how did you index? what analyzer did you use? without
all of these, perhaps it'd be difficult to figure out the issue.
--
Anshum Gupta
Naukri Labs!
http://ai-cafe.blogspot.com
The facts expressed here belong to everybody, the opinions to me. The
distinction is yo
Sorry, subject should have been: Unable to do proximity search.
Also, how to do exact search in Lucene?
~
Prashant
On Thu, Jul 16, 2009 at 6:04 PM, prashant ullegaddi <
prashullega...@gmail.com> wrote:
> Hi,
>
> I tried searching:
> "Apache Jakarta"~10
>
> N
Hi,
I tried searching:
"Apache Jakarta"~10
Nothing was returned. What might be wrong?
Regards,
Prashant.
ant understand
> when
> > the query is field1:Test getFieldQuery() method will be called but
when
> > the
> > query is field1:"Test" (with double quotes) neither of methods will be
> > called!!!
> >
> > what happen when I use ( " ) in the query
Query() method will be called but when
> the
> query is field1:"Test" (with double quotes) neither of methods will be
> called!!!
>
> what happen when I use ( " ) in the query? and how can I catch it to use
a
> PhraseQuery to exact search?
>
>
> Thank you ve
s field1:Test getFieldQuery() method will be called but when
the
query is field1:"Test" (with double quotes) neither of methods will be
called!!!
what happen when I use ( " ) in the query? and how can I catch it to use a
PhraseQuery to exact search?
Thank you very m
quot; (with double quotes) neither of methods will be
called!!!
what happen when I use ( " ) in the query? and how can I catch it to use a
PhraseQuery to exact search?
Thank you very much
--
Regards,
Mohammad
--
see my blog: http://brainable.blogspot.com/
-user@lucene.apache.org
Subject: Re: Exact Search
Could you please provide an example of some sample text, the terms
that are emitted by the analyzer, and a query you'd like to work?
Erik
On Mar 6, 2006, at 5:50 AM, Waleed Tayea wrote:
Dear All.
How can I perform an exact search on an index c
able to know wheather the original text exactly matches my
query or not.
Thanks.
Waleed,
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: Monday, March 06, 2006 1:31 PM
To: java-user@lucene.apache.org
Subject: Re: Exact Search
Could you please provide an example of
Could you please provide an example of some sample text, the terms
that are emitted by the analyzer, and a query you'd like to work?
Erik
On Mar 6, 2006, at 5:50 AM, Waleed Tayea wrote:
Dear All.
How can I perform an exact search on an index constructed with a
morpholo
Dear All.
How can I perform an exact search on an index constructed with a
morphological analyzer.
Thanks in advance
Waleed,
16 matches
Mail list logo