RE: questions about searching lucene 3.2

2011-06-22 Thread Bob Rhodes
Here is a follow-up. This is a larger example of some of the text I'm searching in my index: The quoted name/value pairs are in the index. " middleName="D", zip="", lastName="ADAMSON", street="00 SOME ST", addAssociates="true", state="CA", city="ROCHESTER", source="SOMESOURCE", person_user="TES

Re: questions about searching lucene 3.2

2011-06-22 Thread Simon Willnauer
As far as I understand you have 2 different problems. 1. search and 2.4 index with 3.2 code using standard analyzer. in this case you should either reindex or pass Version.LUCENE_24 to the StandardAnalyzer ctor that should help here. 2. search a string with parentheses with the query parser you s

RE: questions about searching lucene 3.2

2011-06-23 Thread Bob Rhodes
ry still didn't work. Also, is there any downside to just continuing with the ClassicAnalyzer? Bob -Original Message- From: Simon Willnauer [mailto:simon.willna...@googlemail.com] Sent: Thursday, June 23, 2011 2:30 AM To: java-user@lucene.apache.org Subject: Re: questions about searchin

Re: questions about searching lucene 3.2

2011-06-23 Thread Simon Willnauer
lna...@googlemail.com] > Sent: Thursday, June 23, 2011 2:30 AM > To: java-user@lucene.apache.org > Subject: Re: questions about searching lucene 3.2 > > As far as I understand you have 2 different problems. > > 1. search and 2.4 index with 3.2 code using standard analyzer. > in