Re: future releases: Append Function for Indexing

2007-05-05 Thread Doron Cohen
> read each document from the db > add the field > search lucene based on the UID > remove document from lucene based on UID > build new lucene document that has only indexed fields and the UID > add lucene document > > There are some newer Lucene 2+ features that might make this process > faster,

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

2007-05-05 Thread Slava Imeshev
According to Parabuild, everyting is fine: http://parabuild.viewtier.com:8080/parabuild/index.htm?displaygroupid= 5 Regards, Slava Imeshev - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

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

2007-05-05 Thread Doron Cohen
The error seems to be a Gump config issue, causing javadoc errors: - contrib/* jars are not included in the classpath when creating all javadocs. So someone who maintains the Gump build configuration for Lucene-Java should fix the javadoc classpath. Note: similar fix of javadoc-claspath was rece

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

2007-05-05 Thread Doron Cohen
The error seems to be a Gump config issue: - contrib/benchmark/lib jars are not included in the classpath when attempting to compile contrib/benchmark. - strangely this happens as part of compile-core, while in Lucene-Java's build.xml, compile-core target does not compile contrib/benchmark. So s

[jira] Commented: (LUCENE-874) Automatic reopen of IndexSearcher/IndexReader

2007-05-05 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493884 ] Karl Wettin commented on LUCENE-874: João Fonseca [04/May/07 04:49 AM] > AutofreshedSearcher seems to be somethin

[jira] Commented: (LUCENE-876) contrib/gdata has many javadoc warnings

2007-05-05 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493867 ] Simon Willnauer commented on LUCENE-876: I do not have any resources available for gdata at the moment thats

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

2007-05-05 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-05-05 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-446) search.function - (1) score based on field value, (2) simple score customizability

2007-05-05 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493865 ] Doron Cohen commented on LUCENE-446: Yonik (and other Solr's search.function people), I omitted some of the ori

[jira] Updated: (LUCENE-446) search.function - (1) score based on field value, (2) simple score customizability

2007-05-05 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-446: --- Attachment: function.patch.txt Updated patch to current trunk. Also: - moved TYPE consts in FieldSc