field search problems

2006-03-01 Thread Standa Opichal
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

Re: Search problems

2005-11-01 Thread Steven Rowe
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

Re: Search problems

2005-11-01 Thread Robert Watkins
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,

Re: Search problems

2005-11-01 Thread Robert Watkins
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,

Re: Search problems

2005-11-01 Thread Miles Barr
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

RE: Search problems

2005-10-28 Thread Sharma, Siddharth
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

Search problems

2005-10-27 Thread Sharma, Siddharth
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