[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656866#action_12656866 ] Mark Miller commented on LUCENE-1483: - Okay, I just full on did it inefficiently, and

Searching in same position across multiple fields

2008-12-15 Thread Paul Cowan
Hi all, (All examples below are using Lucene 2.2; if things have changed in later versions please adjust accordingly, though a quick check of the classes involved shows no major changes in trunk) We have an interesting situation where we are effectively indexing two 'entities' in our system,

[jira] Commented: (LUCENE-1484) Remove SegmentReader.document synchronization

2008-12-15 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656852#action_12656852 ] Jason Rutherglen commented on LUCENE-1484: -- The patch is OK. Found it "ant tes

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656847#action_12656847 ] Michael McCandless commented on LUCENE-1483: Ugh -- that approach won't work,

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656846#action_12656846 ] Mark Miller commented on LUCENE-1483: - bq. We should also test sorting by an enum fiel

[jira] Commented: (LUCENE-1484) Remove SegmentReader.document synchronization

2008-12-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656841#action_12656841 ] Michael McCandless commented on LUCENE-1484: Jason I didn't understand your co

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656832#action_12656832 ] Michael McCandless commented on LUCENE-1483: We should definitely try fallbac

[jira] Updated: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2008-12-15 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1491: -- Attachment: LUCENE-1491.patch Patch includes test to highlight broken EgdeNGramTokenFilter and NGramT

[jira] Commented: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2008-12-15 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656783#action_12656783 ] Todd Feak commented on LUCENE-1491: --- The NGramTokenFilter is affected by the same bug.

[jira] Updated: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2008-12-15 Thread Todd Feak (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Feak updated LUCENE-1491: -- Affects Version/s: 3.0 2.9 2.4.1 > EdgeNGramTokenFilter

RE: [Fwd: Re: 2.9, 3.0 and deprecation]

2008-12-15 Thread Uwe Schindler
> I've only read through the jdoc of tier so far, but I'm guessing it's > doing a dictionary search and splitting the the index readers position > based on the result being less than or greater than upper / lower values. > Which may be faster than a TermDocs seek, and certainly > worth while invest

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656770#action_12656770 ] Mark Miller commented on LUCENE-1483: - I'm starting to think fall back to value wont b

Re: [Fwd: Re: 2.9, 3.0 and deprecation]

2008-12-15 Thread patrick o'leary
Hi Uwe True it's not a generic solution, but then again I wouldn't really consider geo-search a generic ask. The indexing format for locallucene uses something I call a tier approach, similar to zoom levels in other mapping solutions. Each tier has a separate set of projects or Cartesian id's

RE: [Fwd: Re: 2.9, 3.0 and deprecation]

2008-12-15 Thread Uwe Schindler
Hi Patrick, very interesting approach. In my opinion to compare: A standard RangeFilter is like using a standard relational database with separate lat/lon fields, no index and operator "between". TrieRangeFilter is the same like adding indexes to the lat/lon fields, which is for most cases

RE: [Fwd: Re: 2.9, 3.0 and deprecation]

2008-12-15 Thread Uwe Schindler
Hi Patrick, very interesting approach. In my opinion to compare: A standard RangeFilter is like using a standard relational database with separate lat/lon fields, no index and operator "between". TrieRangeFilter is the same like adding indexes to the lat/lon fields, which is for most cases

[jira] Commented: (LUCENE-1482) Replace infoSteram by a logging framework (SLF4J)

2008-12-15 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656741#action_12656741 ] Shai Erera commented on LUCENE-1482: I haven't done any performance test since after f

[jira] Updated: (LUCENE-1482) Replace infoSteram by a logging framework (SLF4J)

2008-12-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-1482: Priority: Major (was: Minor) Lucene Fields: [New, Patch Available] (was: [Patch

[jira] Commented: (LUCENE-1482) Replace infoSteram by a logging framework (SLF4J)

2008-12-15 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656739#action_12656739 ] Grant Ingersoll commented on LUCENE-1482: - In the mail thread, Yonik said (http:/

Re: [Fwd: Re: 2.9, 3.0 and deprecation]

2008-12-15 Thread patrick o'leary
Hey Jason o.a.l.s.trie looks interesting and has a lot of potential, locallucene 1.5+ release moved to a Cartesian tier system away from the boundary box filter a while though. A TierRange or RangeFilter as the one I used in v1.0 was a little inefficient as you have to do a bit AND on 2 range

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656732#action_12656732 ] Mark Miller commented on LUCENE-1483: - Thanks Mike. Yup - that says enough for me. We

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656728#action_12656728 ] Michael McCandless commented on LUCENE-1483: OK I ran an initial test, though

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656709#action_12656709 ] Mark Miller commented on LUCENE-1483: - I just made a quick new test for what im doing

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656670#action_12656670 ] Mark Miller commented on LUCENE-1483: - Another thing I'll do is added another sort tes

Re: 2.9, 3.0 and deprecation

2008-12-15 Thread Jason Rutherglen
About LocalLucene, it would benefit (be faster) by integrating with TrieRangeQuery for the bounding box filter. On Sun, Dec 14, 2008 at 3:54 AM, Michael McCandless < luc...@mikemccandless.com> wrote: > I'd also personally like to see 2.9 released sooner rather than later, > maybe earliesh next ye

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656659#action_12656659 ] Mark Miller commented on LUCENE-1483: - bq. haven't tried to track it down yet... I wo

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656654#action_12656654 ] Michael McCandless commented on LUCENE-1483: There's something wrong w/ the So

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656653#action_12656653 ] Michael McCandless commented on LUCENE-1483: BTW, one important difference w/

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656610#action_12656610 ] Mark Miller commented on LUCENE-1483: - Some more quick comments: the StringIndex valu

[jira] Commented: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656608#action_12656608 ] Michael McCandless commented on LUCENE-1483: Thanks Mark. FWIW, when I genera

[jira] Updated: (LUCENE-1483) Change IndexSearcher to use MultiSearcher semantics for multiple subreaders

2008-12-15 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1483: Attachment: LUCENE-1483.patch That actually had a system.out as well. Another patch that takes car

Re: Pluggable IndexReader (was 2.9/3.0 plan & Java 1.5)

2008-12-15 Thread Michael McCandless
Marvin Humphrey wrote: I have a bunch of file format changes to push through, and I'm hoping to implement them using pluggable modules. For instance, I'd like to be able to swap out bit-vector-based deletions for tombstone-based deletions, just by overriding a method or two. I think Lu