Re: svn commit: r557445 - in /lucene/java/trunk: CHANGES.txt src/java/org/apache/lucene/document/Field.java src/test/org/apache/lucene/document/TestDocument.java

2007-07-18 Thread Doron Cohen
mikemccand wrote: > + /** Expert: change the value of this field. This can be > + * used during indexing to re-use a single Field instance > + * to improve indexing speed. */ > + public void setValue(String value) { Would it make sense to warn from modifying the field value before the doc

Re: Need help for ordering results by specific order

2007-07-18 Thread savageboy
Yes, Mathieu. I just have the book "Lucene in action" by my hand, it is chinese language version, it is about lucene1.4, hope it is not too old. If I use SortComparatorSource, does it means it will be do the sort work at the user query time? Can I sort (maybe score it atindexing time)? Mathieu

[jira] Resolved: (LUCENE-963) Add setters to Field to allow re-use of Field instances during indexing

2007-07-18 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-963. --- Resolution: Fixed Fix Version/s: 2.3 Lucene Fields: [New, Patch Available]

[jira] Updated: (LUCENE-868) Making Term Vectors more accessible

2007-07-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated LUCENE-868: --- Attachment: LUCENE-868-v3.patch Added the start of a Position based Mapper. This would allow

[jira] Commented: (LUCENE-831) Complete overhaul of FieldCache API/Implementation

2007-07-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513777 ] Hoss Man commented on LUCENE-831: - thanks for the feedback mark ... i honestly haven't looked at this patch since th

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

2007-07-18 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513772 ] Hoss Man commented on LUCENE-743: - i somehow missed seeing this issues before ... i don't really understand the deta

Re: search quality - assessment & improvements

2007-07-18 Thread Chris Hostetter
: The Similarity portion of the payload functionality could be used for : scoring binary fields. that can be used as a hook to decide how to evaluate an arbitrary byte[] payload as a float for the purposes of scoring -- but it doesn't address the problem of how do we write/read a payload which is

Re: search quality - assessment & improvements

2007-07-18 Thread Chris Hostetter
: Yes, actually: 1 / sqrt((1 - Slope) * Pivot + (Slope) * Doclen) interesting ... it doesn't really seem like there is any direct relationship between your average length (Pivot) and your Doclen -- on the surface when i first read your example it seemed like it has more to do with the shifting o

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

2007-07-18 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch reassigned LUCENE-743: Assignee: Michael Busch > IndexReader.reopen() > > > K

Re: Need help for ordering results by specific order

2007-07-18 Thread Mathieu Lecarme
Have a look of the book "Lucene in action", ch 6.1 : "using custom sort method" SortComparatorSource might be your friend. Lucene selecting stuff, and you sort, just like you wont. M. Le 18 juil. 07 à 10:29, savageboy a écrit : Hi, I am newer for lucene. I have a project for search engin

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-07-18 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-07-18 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[jira] Commented: (LUCENE-579) TermPositionVector offsets incorrect if indexed field has multiple values and one ends with non-term chars

2007-07-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513604 ] Grant Ingersoll commented on LUCENE-579: Can you provide a unit test for this? > TermPositionVector offsets

Re: binary at the front of CHANGES.txt

2007-07-18 Thread Yonik Seeley
On 7/18/07, DM Smith <[EMAIL PROTECTED]> wrote: But, the junk at the beginning of the file was C2 BF. Not at all sure what this would be. As I said in my first reply, it *was* a UTF-8 BOM (look back at older revisions), but I think one of my edits mangled it (I don't recall what editor I used).

[jira] Assigned: (LUCENE-961) RegexCapabilities is not Serializable

2007-07-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher reassigned LUCENE-961: --- Assignee: Erik Hatcher > RegexCapabilities is not Serializable >

[jira] Resolved: (LUCENE-960) SpanQueryFilter addition

2007-07-18 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved LUCENE-960. Resolution: Fixed Lucene Fields: [Patch Available] (was: [Patch Available, New]) I

Re: binary at the front of CHANGES.txt

2007-07-18 Thread DM Smith
On Jul 17, 2007, at 8:40 PM, Yonik Seeley wrote: On 7/17/07, DM Smith <[EMAIL PROTECTED]> wrote: According to the UTF-8 spec \uFEFF is not a BOM. In UTF-8 the byte order is always the same. But there is a BOM for UTF-8 (even though there is no endian component, it does serve as a marker indi

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-07-18 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-07-18 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

Need help for ordering results by specific order

2007-07-18 Thread savageboy
Hi, I am newer for lucene. I have a project for search engine by Lucene2.0. But near the project finished, My boss want me to order the result by the sort blew: the query likes '+content:"aleden bob carray" ' contentdate