[jira] [Updated] (LUCENE-3816) FilteredDocIdSet does not handle a case where the inner set iterator is null

2012-02-21 Thread Shay Banon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shay Banon updated LUCENE-3816: --- Attachment: LUCENE-3816.patch Patch attached. > FilteredDocIdSet does not handle a

[jira] [Updated] (LUCENE-3698) FastVectorHighlighter adds a multi value separator (space) to the end of the highlighted text

2012-01-15 Thread Shay Banon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shay Banon updated LUCENE-3698: --- Attachment: LUCENE-3698.patch Fix. > FastVectorHighlighter adds a multi value separ

[jira] [Updated] (LUCENE-3697) FastVectorHighlighter SimpleBoundaryScanner does not work well when highlighting at the beginning of the text

2012-01-15 Thread Shay Banon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shay Banon updated LUCENE-3697: --- Attachment: LUCENE-3697.patch Attached fix. > FastVectorHighlighter SimpleBoundaryS

[jira] [Updated] (LUCENE-2292) ByteBuffer Directory - allowing to store the index outside the heap

2011-12-31 Thread Shay Banon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shay Banon updated LUCENE-2292: --- Attachment: LUCENE-2292.patch Add sizeInBytes to directory > ByteBuffer Directory -

[jira] [Updated] (LUCENE-2292) ByteBuffer Directory - allowing to store the index outside the heap

2011-12-22 Thread Shay Banon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shay Banon updated LUCENE-2292: --- Attachment: LUCENE-2292.patch make files protected since they might be needed in classes that extend

[jira] [Updated] (LUCENE-2292) ByteBuffer Directory - allowing to store the index outside the heap

2011-12-22 Thread Shay Banon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shay Banon updated LUCENE-2292: --- Attachment: LUCENE-2292.patch Attaching another round of the patch, with improved ref counting on cl

[jira] [Updated] (LUCENE-3654) Optimize BytesRef comparator to use Unsafe long based comparison (when possible)

2011-12-17 Thread Shay Banon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shay Banon updated LUCENE-3654: --- Attachment: LUCENE-3654.patch Patch attached, all tests seem to pass. > Optimize By