[
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
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
[
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
[
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
[
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?
>
[
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
> --
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
> 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?
--
[
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()
> -
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
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?
[
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
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
[
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
14 matches
Mail list logo