Re: Documentation Brainstorming

2007-05-28 Thread Antony Bowesman
Grant Ingersoll wrote: Mind you, our docs are an order of magnitude better than this other project I agree, Lucene is a very well documented project compared to many. In general and in conjunction with LIA, it's a pretty easy project to get in to. 3. There is a whole lot of knowledge

[jira] Commented: (LUCENE-888) Improve indexing performance by increasing internal buffer sizes

2007-05-28 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499548 ] Michael McCandless commented on LUCENE-888: --- I re-ran the second test above, but this time with compound

[jira] Closed: (LUCENE-873) nightly builds depend on clover

2007-05-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch closed LUCENE-873. Resolution: Fixed This is fixed and verified. nightly builds depend on clover

[jira] Updated: (LUCENE-847) Factor merge policy out of IndexWriter

2007-05-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-847: - Component/s: Index Factor merge policy out of IndexWriter

[jira] Resolved: (LUCENE-802) lucene jars should include LiCENSE and NOTICE

2007-05-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-802. -- Resolution: Fixed Committed. Thanks Steven! lucene jars should include LiCENSE and NOTICE

[jira] Updated: (LUCENE-698) FilteredQuery ignores boost

2007-05-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-698: - Component/s: Search Priority: Minor (was: Major) FilteredQuery ignores boost

Spliting index

2007-05-28 Thread Daniel CreĆ£o
I'd wanna split my lucene index in smaller segments, each one holding all terms starting with the same char. I started writing Term's and TermInfo's but i'm worried about others files and especially the pointers. What care should I have while splitting index? - Daniel

[jira] Resolved: (LUCENE-730) Restore top level disjunction performance

2007-05-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-730. -- Resolution: Fixed I just committed the latest patch. Thanks everyone! Restore top level

[jira] Resolved: (LUCENE-349) Documentation for tii and tis files seems to be out of sync with code

2007-05-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch resolved LUCENE-349. -- Resolution: Fixed Assignee: (was: Lucene Developers) I compared the fileformat docs

[jira] Commented: (LUCENE-794) SpanScorer and SimpleSpanFragmenter for Contrib Highlighter

2007-05-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499650 ] Michael Busch commented on LUCENE-794: -- Hi Mark, I don't know the details of your patch. I just saw your class

[jira] Commented: (LUCENE-794) SpanScorer and SimpleSpanFragmenter for Contrib Highlighter

2007-05-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499651 ] Mark Miller commented on LUCENE-794: Thanks Michael -- I was not aware and will certainly make the change in the

[jira] Commented: (LUCENE-698) FilteredQuery ignores boost

2007-05-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499652 ] Hoss Man commented on LUCENE-698: - i think the test class and test case testFQ7 in particular are correct in the

Re: Spliting index

2007-05-28 Thread Chris Hostetter
: I'd wanna split my lucene index in smaller segments, each one holding all : terms starting with the same char. i can't even begin to give you any advice on how to implement this, but perhaps i can save you some work by asking why? -Hoss

[jira] Commented: (LUCENE-698) FilteredQuery ignores boost

2007-05-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499658 ] Michael Busch commented on LUCENE-698: -- perhaps it should test if either the score or the explanation value

[jira] Commented: (LUCENE-698) FilteredQuery ignores boost

2007-05-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499668 ] Hoss Man commented on LUCENE-698: - A ... yes, looking back at the comments in LUCENE-557 I remember now: I

[jira] Commented: (LUCENE-698) FilteredQuery ignores boost

2007-05-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499673 ] Michael Busch commented on LUCENE-698: -- but we should probably also fix FilteredQuery so that a boost of 0

[jira] Commented: (LUCENE-698) FilteredQuery ignores boost

2007-05-28 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499674 ] Michael Busch commented on LUCENE-698: -- Maybe Query.setBoost() should throw an IllegalArgumentException in case

[jira] Commented: (LUCENE-698) FilteredQuery ignores boost

2007-05-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499675 ] Hoss Man commented on LUCENE-698: - Hmmm.. didn't realize that. I withdrawal all previous comments. patch seems

[jira] Commented: (LUCENE-698) FilteredQuery ignores boost

2007-05-28 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499676 ] Hoss Man commented on LUCENE-698: - whoops .. comment collision. i think the patch as it stands is fine for this