Re: Questions Lucene

2007-09-10 Thread Erik Hatcher
On Sep 10, 2007, at 7:56 PM, [EMAIL PROTECTED] wrote: 1) What are the various languages supported by Lucene.? Looks like its able to handle only English . We are trying to see if it works with Japanese / Chinese and other characters Can some one answer Lucene internally

Questions Lucene

2007-09-10 Thread Durga . Tirunagari
Dear Gurus We are evaluating the possibliity of using Lucene for our Searching needs. I have few questions before we embark on this project of evaluating Lucene 1) What are the various languages supported by Lucene.? Looks like its able to handle only English . We are trying

Re: payload api (scorePayload)

2007-09-10 Thread Mike Klaas
On 10-Sep-07, at 3:00 PM, Grant Ingersoll wrote: What I truly pine for is a way to globally override Similarity on a per-field basis. Wishful thinking... Instead of wishful thinking, let's figure out a patch... :-) Someday, I will find the time to delve more deeply into lucene wishful

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526305 ] Michael McCandless commented on LUCENE-847: --- > In the while loop of optimize(), LogMergePolicy.findMergesF

[jira] Updated: (LUCENE-847) Factor merge policy out of IndexWriter

2007-09-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-847: -- Attachment: LUCENE-847.take6.patch OK, another rev of the patch (take6). I think it's

Re: payload api (scorePayload)

2007-09-10 Thread Grant Ingersoll
On Sep 10, 2007, at 5:33 PM, Mike Klaas wrote: This is the current api for scorePayload: public float scorePayload(byte [] payload, int offset, int length) { ISTM that this function depends greatly on the field--what if the end user wants to store two completely different kinds of values

Re: payload api (scorePayload)

2007-09-10 Thread Yonik Seeley
On 9/10/07, Mike Klaas <[EMAIL PROTECTED]> wrote: > This is the current api for scorePayload: > >public float scorePayload(byte [] payload, int offset, int length) { > > ISTM that this function depends greatly on the field--what if the end > user wants to store two completely different kinds of

payload api (scorePayload)

2007-09-10 Thread Mike Klaas
This is the current api for scorePayload: public float scorePayload(byte [] payload, int offset, int length) { ISTM that this function depends greatly on the field--what if the end user wants to store two completely different kinds of values in different fields? Could fieldName be added?

[jira] Resolved: (LUCENE-992) IndexWriter.updateDocument is no longer atomic

2007-09-10 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-992. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available