[jira] Commented: (LUCENE-545) Field Selection and Lazy Field Loading

2006-06-07 Thread Chuck Williams (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-545?page=comments#action_12415243 ] Chuck Williams commented on LUCENE-545: --- Grant, ListFieldSelector is not part of the update as MapFieldSelector subsumed its functionality. It appears there is a dangl

Re: [jira] Commented: (LUCENE-545) Field Selection and Lazy Field Loading

2006-06-07 Thread Grant Ingersoll
Also, can some other committer double check the approach? I plan on committing these changes (assuming I have Chuck's file) sometime this weekend unless I hear otherwise. Thanks, Grant Grant Ingersoll (JIRA) wrote: [ http://issues.apache.org/jira/browse/LUCENE-545?page=comments#action_124

[jira] Commented: (LUCENE-545) Field Selection and Lazy Field Loading

2006-06-07 Thread Grant Ingersoll (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-545?page=comments#action_12415240 ] Grant Ingersoll commented on LUCENE-545: Chuck, I think the patch is missing your ListFieldSelector.java file. Can you please attach it? Thanks, Grant > Field Sel

Re: OpenBitSet

2006-06-07 Thread Yonik Seeley
FYI, I updated the bug with Operon performance numbers. More in line with what I originally expected - the intersection count functions are the true standouts, and what you care about for faceted browsing. anything else is gravy. http://issues.apache.org/jira/browse/SOLR-15 -Yonik http://incubat

[jira] Resolved: (LUCENE-578) Summer of Code GDATA Server --Project structure and simple version to start with--

2006-06-07 Thread Doug Cutting (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-578?page=all ] Doug Cutting resolved LUCENE-578: - Fix Version: 2.1 Resolution: Fixed Thanks, Simon. I just committed this. > Summer of Code GDATA Server --Project structure and simple version to

[jira] Updated: (LUCENE-592) Create compound file after addIndexes but before rewrite of segments

2006-06-07 Thread Karel Tejnora (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-592?page=all ] Karel Tejnora updated LUCENE-592: - Attachment: createCfthanSegments.diff patch swaps described parts of code in IndexWriter. That is my first use of jira,svn and diff, please be patient if smt

[jira] Created: (LUCENE-592) Create compound file after addIndexes but before rewrite of segments

2006-06-07 Thread Karel Tejnora (JIRA)
Create compound file after addIndexes but before rewrite of segments - Key: LUCENE-592 URL: http://issues.apache.org/jira/browse/LUCENE-592 Project: Lucene - Java Type: Improvement Components: In

[jira] Created: (LUCENE-591) Add meta keywords to HTMLParser

2006-06-07 Thread Curtis d'Entremont (JIRA)
Add meta keywords to HTMLParser --- Key: LUCENE-591 URL: http://issues.apache.org/jira/browse/LUCENE-591 Project: Lucene - Java Type: Improvement Components: Examples Versions: 2.0.0 Reporter: Curtis d'Entremont Priori

[jira] Created: (LUCENE-590) Demo HTML parser gives incorrect summaries when title is repeated as a heading

2006-06-07 Thread Curtis d'Entremont (JIRA)
Demo HTML parser gives incorrect summaries when title is repeated as a heading -- Key: LUCENE-590 URL: http://issues.apache.org/jira/browse/LUCENE-590 Project: Lucene - Java Type: Bug Comp

[jira] Created: (LUCENE-589) Demo HTML parser doesn't work for international documents

2006-06-07 Thread Curtis d'Entremont (JIRA)
Demo HTML parser doesn't work for international documents - Key: LUCENE-589 URL: http://issues.apache.org/jira/browse/LUCENE-589 Project: Lucene - Java Type: Bug Components: Examples Versions: 2.0.0

Re: Scoring

2006-06-07 Thread Grant Ingersoll
I have started something in my sandbox that goes in the xdocs directory that is going to cover the scoring and how it works (something parallel in spirit to the file formats documentation). Adding in sequence diagrams and whatever you have would be a perfect fit. I would be happy to coordinat

Scoring

2006-06-07 Thread karl wettin
I mailed Paul last week about me documenting the scorer mechanism. Due to lots of stuff that happened I did not have time to get in to it, but I still "need" to do this. My question is, what agendas do people have with the scorer? Remove floats and adding new boost strategies I've seen. These I'l

Re: GData Server - Lucene storage

2006-06-07 Thread Ian Boston
Simon, Im picking this thread up from the web archive, but I there was some talk of replication of indexes. This message may not be threaded correctly. I've just completed a custom FSDirectory implementation that is designed to work in a cluster with replication. The anatomy of this cluster i