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
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
[
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]
[
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
[
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
[
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
: 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
: 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
[
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
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
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
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
[
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
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).
[
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
>
[
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
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
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
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
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
20 matches
Mail list logo