[ http://issues.apache.org/jira/browse/LUCENENET-11?page=all ]

Joe Shaw updated LUCENENET-11:
------------------------------

    Attachment: 11_charstream-no-exceptions.patch

I just noticed that we've had a similar patch in our tree (for Beagle) for 
quite some time and have been using it for over a year.  It only addresses the 
FastCharStream in the StandardAnalyzer, but it should be easy to apply it to 
the QueryParser as well.

> Avoiding non necessary exceptions
> ---------------------------------
>
>                 Key: LUCENENET-11
>                 URL: http://issues.apache.org/jira/browse/LUCENENET-11
>             Project: Lucene.Net
>          Issue Type: Improvement
>            Reporter: Fabio Buscaroli
>         Attachments: 11_charstream-no-exceptions.patch, 
> lucene-net-exception.patch, patch.zip, patch2.zip
>
>
> As already said in previous issues, there are few exceptions that are raised 
> for  no reason (apparently).
> I updated  FastCharStream, QueryParserTokenManager, FieldInfos to avoid these 
> kind of exception.
> - FastCharStream.ReadChar() returns '\0' if we are trying to read byond the 
> end of the stream.
> - Updated QueryParserTokenManager to support the previous fix
> - Update FieldInfos.FieldName. No more reading take place if fieldNumber is 
> -1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to