You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Leos Literak <li...@seznam.cz> on 2004/08/17 07:56:19 UTC

http AND halt

One user reported, that if he searches http AND halt,
the search fails. This can be found in logs:

java.lang.ArrayIndexOutOfBoundsException: -1
at java.util.Vector.elementAt(Vector.java:434)
at org.apache.lucene.queryParser.QueryParser.addClause(QueryParser.java:181)
at org.apache.lucene.queryParser.QueryParser.Query(QueryParser.java:493)
at org.apache.lucene.queryParser.QueryParser.parse(QueryParser.java:108)

Leos


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: http AND halt

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
What Analyzer is being used?  If it is removing stop words, what is the  
stop word list?

	Erik


On Aug 17, 2004, at 1:56 AM, Leos Literak wrote:

> One user reported, that if he searches http AND halt,
> the search fails. This can be found in logs:
>
> java.lang.ArrayIndexOutOfBoundsException: -1
> at java.util.Vector.elementAt(Vector.java:434)
> at  
> org.apache.lucene.queryParser.QueryParser.addClause(QueryParser.java: 
> 181)
> at  
> org.apache.lucene.queryParser.QueryParser.Query(QueryParser.java:493)
> at  
> org.apache.lucene.queryParser.QueryParser.parse(QueryParser.java:108)
>
> Leos
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: lucene-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org