[jira] Updated: (LUCENE-743) IndexReader.reopen()

2007-10-30 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-743: - Attachment: lucene-743-take4.patch {quote} Patch looks great! I'm still working through it but f

Using HTMLDocument

2007-10-30 Thread Durga . Tirunagari
HI folks, I am using the HTMLDocument http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/ant/src/java/org/apache/lucene/ant/ HtmlDocument hd = new HtmlDocument (p.getInputStream()); doc.add(new Field(F_CONTENTS, new StringReader(hd.getBody()), Field.TermVector.YES )); I

[jira] Commented: (LUCENE-1033) FieldsReader Thread Safety

2007-10-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538973 ] Yonik Seeley commented on LUCENE-1033: -- Hi Michael, you are correct that FieldsReader is not thread-safe, but t

[jira] Resolved: (LUCENE-1015) FieldCache should support longs and doubles

2007-10-30 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-1015. - Resolution: Fixed Lucene Fields: (was: [New]) Committed. > FieldCache should s

[jira] Commented: (LUCENE-1033) FieldsReader Thread Safety

2007-10-30 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538963 ] Grant Ingersoll commented on LUCENE-1033: - Can you post a test case of this that reproduces the problem? >

[jira] Updated: (LUCENE-1039) Bayesian classifiers using Lucene as data store

2007-10-30 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1039: Attachment: LUCENE-1039.txt > Bayesian classifiers using Lucene as data store > --

[jira] Created: (LUCENE-1039) Bayesian classifiers using Lucene as data store

2007-10-30 Thread Karl Wettin (JIRA)
Bayesian classifiers using Lucene as data store --- Key: LUCENE-1039 URL: https://issues.apache.org/jira/browse/LUCENE-1039 Project: Lucene - Java Issue Type: New Feature Reporter: Karl

Re: Per-document Payloads

2007-10-30 Thread Ning Li
> That may be a little too seamless. We want the user to have specific > control over which fields are efficiently stored separately since they > will know how that field will be used. Maybe let users decide field families, like the column families in BigTable? --

[jira] Updated: (LUCENE-1038) TermVectorMapper.setDocumentNumber()

2007-10-30 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-1038: Attachment: LUCENE-1038.txt > TermVectorMapper.setDocumentNumber() > -

[jira] Created: (LUCENE-1038) TermVectorMapper.setDocumentNumber()

2007-10-30 Thread Karl Wettin (JIRA)
TermVectorMapper.setDocumentNumber() Key: LUCENE-1038 URL: https://issues.apache.org/jira/browse/LUCENE-1038 Project: Lucene - Java Issue Type: Improvement Components: Term Vectors Affects V

Re: Per-document Payloads

2007-10-30 Thread Nicolas Lalevée
Le lundi 29 octobre 2007, Michael McCandless a écrit : > "Michael Busch" <[EMAIL PROTECTED]> wrote: > > Michael McCandless wrote: > > > Michael, are you thinking that the storage would/could be non-sparse > > > (like norms), and loaded/cached once in memory, especially for fixed > > > size fields?

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538743 ] Michael McCandless commented on LUCENE-743: --- OK I think this patch is very close! I finished reviewing it

Re: More about the TermVectorMapper

2007-10-30 Thread Grant Ingersoll
On Oct 29, 2007, at 8:51 PM, Karl Wettin wrote: 25 okt 2007 kl. 01.23 skrev Karl Wettin: The use case is that I want a normalized frequency, and I'd like to do that by loading the factor from an IndexReader in setExpectations. Moving along in this code, how about passing down the current

[jira] Commented: (LUCENE-743) IndexReader.reopen()

2007-10-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538705 ] Michael McCandless commented on LUCENE-743: --- Patch looks great! I'm still working through it but found a f