Hudson build is back to normal: Lucene-Nightly #224

2007-09-23 Thread hudson
See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/224/changes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-09-23 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529763 ] Hoss Man commented on LUCENE-550: - > Any comments on how to include graphics in the documentation? (I'm a big fan >

Re: setRAMBufferSizeMB vs. setMaxBufferedDocs

2007-09-23 Thread Ning Li
Hi Doron, > On the other, the logic of "use memory-limit unless added-docs-limit was > specified" seems somewhat confusing The design intention is to use either maxBufferedDocs/maxBufferedDeleteTerms or ramBufferSize, but not both at the same time. > (why only by pending adds, why not also by pe

Re: Span queries, API and difficulties

2007-09-23 Thread Paul Elschot
Cedric, The algorithms of the four scorers used by BooleanScorer2 are fairly straightforward by themselves, a short look at the code should suffice to get the idea. The exception to that is BooleanScorer, but since this is only used as an option, it's not really necessary to explain it. The one a

Re: Span queries, API and difficulties

2007-09-23 Thread melix
Hi Paul, His there any document which explains how those scorers interact ? My main problem is finding out how to create a match instance for each call to next(), and in boolean queries, it is rather difficult to figure out how to do that. An explanation on the algorithms would surely help. Thx.

Re: Span queries, API and difficulties

2007-09-23 Thread melix
Here's a patch (against the trunk) limited to the span queries scope. Basically, it changes lots of private modifiers to protected. For span near queries, external classes SpanNearOrdered ans SpanNearUnorder have been made inner protected classes in order to be extendable without having to make th

Tokenizer.reset(Reader input) final?

2007-09-23 Thread eks dev
is there any reason to have Tokenizer.reset(Reader input) package protected? one cannot invoke it from Analyzer implemented outside, was that intended? ___ Yahoo! Answers - Got a question? Someone out there knows the answer. Try

Re: Span queries, API and difficulties

2007-09-23 Thread Paul Elschot
Cedric, On Saturday 22 September 2007 11:45, melix wrote: > The problem was even harder when I had to add the match() method to the > BooleanQuery : this class is so complex, and uses so many protected or inner > classes (for optimization purposes, I must understand) that I would have to > copy a

[jira] Commented: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-09-23 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529734 ] Karl Wettin commented on LUCENE-550: Grant Ingersoll - 22/Sep/07 05:52 AM > I would like to see payloads tested