Hi,
         I recently upgraded from lucene 1.3 final to 1.4 and discovered some 
things 
which no longer seem to work right.

I am using 
Analyzer analyzer = new StandardAnalyzer();
QueryParser parser = new QueryParser( "terms", analyzer); 
parser.setOperator(QueryParser.DEFAULT_OPERATOR_AND); 
query = parser.parse(TextParameters);

I then proceed to flesh out the query with a bunch of BooleanQuery's

all this works great with the older lucene but I get lots of error s in the 
trace because I am 
also using the compoundindex (need to on a windoze box to prevent too many file 
handles 
issues)

anyway - 
if I run a query something like
[EMAIL PROTECTED]:[EMAIL PROTECTED]:"2004"[EMAIL 
PROTECTED]:"February"+properties
@committee:"Council" 

it no longer works unless I ensure there are spaces around each +

eg this works

[EMAIL PROTECTED]:false + [EMAIL PROTECTED]:"2004" + [EMAIL 
PROTECTED]:"February" + 
[EMAIL PROTECTED]:"Council" 

can anyone tell me if this has been fixed somewhere or whether this was by 
design? (I 
cannot imagine that it is)

I know I have and set by default but this should still work I think.

thanks in Advance

Jason.

btw - the mailinglist search is broken, I get
 VelocityServlet: Error processing the template 
 null: Got error 127 from table 
handlerorg.apache.velocity.exception.VelocityException: 
null: Got error 127 from table handler 
      at org.tigris.eyebrowse.servlets.EyebrowseServlet.handleRequest(Unknown 
Source) 
      at 
org.apache.velocity.servlet.VelocityServlet.doRequest(VelocityServlet.java:396) 
      at org.tigris.eyebrowse.servlets.EyebrowseServlet.doRequest(Unknown 
Source) 

for this URL
http://nagoya.apache.org/eyebrowse/BrowseList?listName=lucene-
[EMAIL PROTECTED]&from=&to=&count=12556&by=date&first=41&windowSize=20&s
electedPage=3


Thanks
Jason.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to