Re: svn commit: r582054: typo

2007-10-05 Thread Paul Elschot
Hoss, Thanks for that. There is a typo, it says llthough in one of the javadocs. Regards, Paul Elschot - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-05 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532585 ] Michael Busch commented on LUCENE-743: -- I ran new performance tests with the latest patch similar to the tests

Re: Geographical indexing in Lucene

2007-10-05 Thread Uwe Schindler
Hi Evgeny, you may look at http://www.panFMP.org This software uses a similar approach for very fast range queries without modifying Lucene. It works by storing the double values in a special encoded form with different precisions in the index, similar to the well known TRIEs. It may be very

[jira] Updated: (LUCENE-1020) Basic tool for checking repairing an index

2007-10-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1020: --- Attachment: LUCENE-1020.patch Attached patch. I created a first cut at this. It

[jira] Created: (LUCENE-1020) Basic tool for checking repairing an index

2007-10-05 Thread Michael McCandless (JIRA)
Basic tool for checking repairing an index Key: LUCENE-1020 URL: https://issues.apache.org/jira/browse/LUCENE-1020 Project: Lucene - Java Issue Type: New Feature Components: Index

Contributing Lius to Lucene

2007-10-05 Thread Rida Benjelloun
Hi, In February 2007, I had sent a message to lucene Dev to make Lius incubating in Apache. Several solution were proposed, among those, adding Lius under Lucene contrib. The solution that we retained is to start the Tika project in Incubation and to join Lius parsers to the project in

[jira] Created: (LUCENE-1021) Unit tests do not fail if a ConcurrentMergeScheduler thread hits an exception

2007-10-05 Thread Michael McCandless (JIRA)
Unit tests do not fail if a ConcurrentMergeScheduler thread hits an exception - Key: LUCENE-1021 URL: https://issues.apache.org/jira/browse/LUCENE-1021 Project: Lucene - Java

[jira] Created: (LUCENE-1022) IndexWriter.setInfoStream should percolate down to mergePolicy mergeScheduler

2007-10-05 Thread Michael McCandless (JIRA)
IndexWriter.setInfoStream should percolate down to mergePolicy mergeScheduler --- Key: LUCENE-1022 URL: https://issues.apache.org/jira/browse/LUCENE-1022 Project: Lucene -

[jira] Resolved: (LUCENE-1013) IndexWriter.setMaxMergeDocs gives non-backwards-compatible exception out of the box

2007-10-05 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1013. Resolution: Fixed I just committed this. IndexWriter.setMaxMergeDocs gives

[jira] Updated: (LUCENE-1019) CustomScoreQuery should support multiple ValueSourceQueries

2007-10-05 Thread Kyle Maxwell (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kyle Maxwell updated LUCENE-1019: - Attachment: CustomScoreQuery.v1.diff Here's a slightly simpler version of the diff (v1). The

[jira] Issue Comment Edited: (LUCENE-1019) CustomScoreQuery should support multiple ValueSourceQueries

2007-10-05 Thread Kyle Maxwell (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532789 ] fizx edited comment on LUCENE-1019 at 10/5/07 3:36 PM: --- Here's a slightly simpler

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532806 ] Yonik Seeley commented on LUCENE-743: - I think this looks pretty good Michael! Too bad so much needs to be

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-05 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532817 ] Michael Busch commented on LUCENE-743: -- Too bad so much needs to be cloned in the case that

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-05 Thread robert engels (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532819 ] robert engels commented on LUCENE-743: -- Nice to see all the good work on this. We are still on a 1.9

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532829 ] Hoss Man commented on LUCENE-743: - I haven't looked at the patch yet (i really really plan to this weekend, baring