Hi!
I have just downloaded the 1.9 release. Put the provided .war file to my
Tomcat install
and successfully created the index which I am able to query. All that in few
minutes.
I must say this is great achievement from user point of view.
However as I have read the tutorial and attempted to use
Such an analyzer already exists, in Lucene's Subversion repository,
under contrib/analyzers/: KeywordAnalyzer.
Robert Watkins wrote:
One approach for matching your queries with Luke would be to write a
custom Analyzer that does absolutely nothing to the terms. Then, if you
put this Analyzer in
One approach for matching your queries with Luke would be to write a
custom Analyzer that does absolutely nothing to the terms. Then, if you
put this Analyzer in your classpath when running Luke you can select it
as the Analyzer you want Luke to use to tokenize your query. This is
not, of course,
One approach for matching your queries with Luke would be to write a
custom Analyzer that does absolutely nothing to the terms. Then, if you
put this Analyzer in your classpath when running Luke you can select it
as the Analyzer you want Luke to use to tokenize your query. This is
not, of course,
On Thu, 2005-10-27 at 16:35 -0400, Sharma, Siddharth wrote:
> My index has 4 keyword fields and one unindexed field.
> I want to search by the 4 keyword fields and return the one unindexed field.
>
> I can iterate over the documents via Luke.
> But when I search for the same values that I see via
PM
To: 'java-user@lucene.apache.org'
Subject: Search problems
Hi
My index has 4 keyword fields and one unindexed field.
I want to search by the 4 keyword fields and return the one unindexed field.
I can iterate over the documents via Luke.
But when I search for the same values that
Hi
My index has 4 keyword fields and one unindexed field.
I want to search by the 4 keyword fields and return the one unindexed field.
I can iterate over the documents via Luke.
But when I search for the same values that I see via Luke, it does not find
the document.
Out of the 4 fields, 2 are a