[jira] Created: (LUCENE-1925) In IndexSearcher class, make subReader and docCount arrays protected so sub classes can access them

2009-09-23 Thread John Wang (JIRA)
In IndexSearcher class, make subReader and docCount arrays protected so sub classes can access them --- Key: LUCENE-1925 URL: https://issues.apache.org/jira/browse/LUC

[jira] Updated: (LUCENE-1924) BalancedSegmentMergePolicy, contributed from the Zoie project for realtime indexing

2009-09-23 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-1924: -- Attachment: BalancedSegmentMergePolicy.java this is a stand-alone class > BalancedSegmentMergePolicy,

[jira] Created: (LUCENE-1924) BalancedSegmentMergePolicy, contributed from the Zoie project for realtime indexing

2009-09-23 Thread John Wang (JIRA)
BalancedSegmentMergePolicy, contributed from the Zoie project for realtime indexing --- Key: LUCENE-1924 URL: https://issues.apache.org/jira/browse/LUCENE-1924 Project: L

[jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-09-23 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758968#action_12758968 ] John Wang commented on LUCENE-1458: --- This is awesome! Feel free to take code from Kamika

[jira] Commented: (LUCENE-1360) A Similarity class which has unique length norms for numTerms <= 10

2009-09-23 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758966#action_12758966 ] Lance Norskog commented on LUCENE-1360: --- Is this code still interesting? That is, ar

Re: Modifying payloads

2009-09-23 Thread Jason Rutherglen
> read of such a CSF is not sequential then anymore, because we > need to seek to each of those file in case of updates. I think here we'd keep the newly updated blocks in RAM (kind of like LUCENE-1313 NRT). Where ParallelIndexWriter.commit flushes the blocks to disk as needed or at a given RAM us

Re: Lucene Spatial

2009-09-23 Thread Ryan McKinley
Ya, JTS and GeoTools are great... but they are LGPL. The original spatial code was based on GeoTools, then any math/spatial objects were re-factored so the geotools math can be plugged in as needed. Notice that DistanceUtils can be replaced with something else that does the math calculat

Re: documentation?

2009-09-23 Thread Paul Elschot
On Wednesday 23 September 2009 17:29:30 Antonio Iglesias wrote: > Hi all, > I'm a java developer and likely I will try to contribute in adding new > features to Lucene project (I'll try at least) but for the moment I don't > know much about Lucene what's inside Lucene, I'm been having a look to th

[jira] Updated: (LUCENE-1458) Further steps towards flexible indexing

2009-09-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1458: --- Attachment: LUCENE-1458-back-compat.patch LUCENE-1458.tar.bz2 New pa

documentation?

2009-09-23 Thread Antonio Iglesias
Hi all, I'm a java developer and likely I will try to contribute in adding new features to Lucene project (I'll try at least) but for the moment I don't know much about Lucene what's inside Lucene, I'm been having a look to the apache site for Lucene and so on but, is there any place with a develo

[jira] Commented: (LUCENE-1923) Add toString() or getName() method to IndexReader

2009-09-23 Thread Tim Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758717#action_12758717 ] Tim Smith commented on LUCENE-1923: --- I'll work up a patch that will do the following: a

Re: Modifying payloads

2009-09-23 Thread Michael Busch
I guess that's the big wish we all have! :) One other big problem with doing inline updates is that we have to write-once model in Lucene, so we never touch a file after it was written. My goal is to be able to achieve what you have in mind with CSF and parallel incremental indexing. When we have

[jira] Commented: (LUCENE-1923) Add toString() or getName() method to IndexReader

2009-09-23 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758712#action_12758712 ] Michael McCandless commented on LUCENE-1923: +1 > Add toString() or getName()

Modifying payloads

2009-09-23 Thread Grant Ingersoll
Has anyone done any work on modifying payloads "inline" in the index? The idea being that if you know the length of the payload isn't changing, you can modify it w/o reindexing. Some concerns that come to mind are thread-safety, etc. -Grant ---

[jira] Created: (LUCENE-1923) Add toString() or getName() method to IndexReader

2009-09-23 Thread Tim Smith (JIRA)
Add toString() or getName() method to IndexReader - Key: LUCENE-1923 URL: https://issues.apache.org/jira/browse/LUCENE-1923 Project: Lucene - Java Issue Type: Wish Components: Index

Lucene 2.4.1 query

2009-09-23 Thread sailaja balaraju
Hi. I am newbie to lucene. I have a query to search for a salespersonid and whose contactfirstname is firstname* and whose whose contactlast name is lastname* so firstname can be chr* and lastname can be chr* --> so the below query is retrieving me results chris christopher QueryParser parser =

[jira] Updated: (LUCENE-486) Core Test should not have dependencies on the Demo code

2009-09-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-486: - Component/s: Build Priority: Trivial (was: Minor) Fix Version/s: 3.0 > Core Test

[jira] Reopened: (LUCENE-486) Core Test should not have dependencies on the Demo code

2009-09-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reopened LUCENE-486: -- Assignee: Michael Busch > Core Test should not have dependencies on the Demo code > -

[jira] Commented: (LUCENE-486) Core Test should not have dependencies on the Demo code

2009-09-23 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758683#action_12758683 ] Grant Ingersoll commented on LUCENE-486: +1 > Core Test should not have dependenci

[jira] Commented: (LUCENE-486) Core Test should not have dependencies on the Demo code

2009-09-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758677#action_12758677 ] Michael Busch commented on LUCENE-486: -- I still think we should remove the dependency

[jira] Updated: (LUCENE-1879) Parallel incremental indexing

2009-09-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1879: -- Attachment: parallel_incremental_indexing.tar MD5 (parallel_incremental_indexing.tar) = b9a928

RE: [VOTE] Release Lucene 2.9.0

2009-09-23 Thread Uwe Schindler
Hi, I also tested the whole artifacts, works with 1.5. I do not know if it prevents us from releasing it, but I am the bad guy and started to use Java 1.4.2 to build and test. Core works perfect, and after removing all contribs that use -target=1.5 the compilation still fails (there is also the pr

Re: [VOTE] Release Lucene 2.9.0

2009-09-23 Thread Michael Busch
+1 Good job everyone! On Win XP, Sun JVM 1.6.0_16 I ran the following tests: lucene-2.9.0.zip: - ant compile-demo - ant demo-index-html - ant demo-search-html - ant demo-index-text - ant demo-search-text - ant jar-demo - ant war-demo - ant clean Everything works fine. The only thing I'm wonder

Re: 2.9 NRT w.r.t. sorting and field cache

2009-09-23 Thread Michael McCandless
The cat is awake! And catching up on all these interesting emails... I think Mark said it all very well :) The warming you actually do in what you pass to setMergedSegmentWarmer, I think, should look just like the "normal" warming you'd do before bringing a newly opened reader into production.

RE: NumericRangeQuery "static" constructors

2009-09-23 Thread Uwe Schindler
I forgot to mention, I have a task for 3.0: https://issues.apache.org/jira/browse/LUCENE-1857 This will add more type safety and then maybe the ctors can be made public again and the static methods be deprecated/removed. Same for NumericField and NumericTokenStream. I will do this after commiting