[jira] Updated: (LUCENE-1406) new Arabic Analyzer (Apache license)

2008-09-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1406: Attachment: arabic.zip Attached is my implementation new Arabic Analyzer (Apache license)

[jira] Created: (LUCENE-1406) new Arabic Analyzer (Apache license)

2008-09-26 Thread Robert Muir (JIRA)
new Arabic Analyzer (Apache license) Key: LUCENE-1406 URL: https://issues.apache.org/jira/browse/LUCENE-1406 Project: Lucene - Java Issue Type: New Feature Components: Analysis

[jira] Assigned: (LUCENE-1406) new Arabic Analyzer (Apache license)

2008-09-26 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-1406: --- Assignee: Grant Ingersoll new Arabic Analyzer (Apache license)

[jira] Commented: (LUCENE-1406) new Arabic Analyzer (Apache license)

2008-09-26 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12634838#action_12634838 ] Grant Ingersoll commented on LUCENE-1406: - Very cool. I've used a modified

RMI, Searchable and RemoteSearchable

2008-09-26 Thread Grant Ingersoll
Came across:

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Jason Rutherglen
It should be easy to add java.rmi.Remote to the JAR file of the application. Unless there is some sort of restriction on adding java.* classes. Lucene is supposed to operate on JDK1.4? Moving to JDK1.5? On Fri, Sep 26, 2008 at 9:07 AM, Grant Ingersoll [EMAIL PROTECTED] wrote: Came across:

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Andrzej Bialecki
Grant Ingersoll wrote: Came across:

[jira] Updated: (LUCENE-1406) new Arabic Analyzer (Apache license)

2008-09-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1406: Attachment: (was: arabic.zip) new Arabic Analyzer (Apache license)

[jira] Updated: (LUCENE-1406) new Arabic Analyzer (Apache license)

2008-09-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-1406: Attachment: LUCENE-1406.patch attached is patch new Arabic Analyzer (Apache license)

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread DM Smith
Grant Ingersoll wrote: Came across:

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Grant Ingersoll
Right, I think we could mark the RMI stuff on Searchable as deprecated and note that it will be moved in 3.0. I will open a JIRA. On Sep 26, 2008, at 11:57 AM, DM Smith wrote: Grant Ingersoll wrote: Came across:

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Jason Rutherglen
What about the use of newer classes and methods in JDK1.5 that may not work on Android as well? It may be difficult to preplan for these. On Fri, Sep 26, 2008 at 11:57 AM, DM Smith [EMAIL PROTECTED] wrote: Grant Ingersoll wrote: Came across:

[jira] Created: (LUCENE-1407) Refactor Searchable to not have RMI Remote dependency

2008-09-26 Thread Grant Ingersoll (JIRA)
Refactor Searchable to not have RMI Remote dependency - Key: LUCENE-1407 URL: https://issues.apache.org/jira/browse/LUCENE-1407 Project: Lucene - Java Issue Type: Improvement

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread mark harwood
since not many people, I think, even use the RMI stuff I certainly binned RMI in my distributed work. It just would not reliably stop/restart cleanly in my experience - despite following all the RMI guidelines for clean shutdowns. I'd happily see all RMI dependencies banished from core.

[jira] Commented: (LUCENE-1406) new Arabic Analyzer (Apache license)

2008-09-26 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12634944#action_12634944 ] Robert Muir commented on LUCENE-1406: - Thought I would add the following comments: I

Lucene boost not working?

2008-09-26 Thread student_t
I am baffled by the results of the following queries. Can it be something to do with the boosting factor? All of these queries are performed in the same environment with the same crawled index/data. A. query1 = +(content:(Pepsi)) resulted in 228 hits. B. query2 =

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Anthony Urso
I am using the RMI RemoteSearchable. I don't use a central RMI registry for the cluster (it's not particularly beneficial to do so), so I have had none of the problems described above. It just works out of the box. Why not work towards RemoteSearchable instead of Searchable extending

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Mark Miller
I think that would allow us to fix the multisearcher negative query wildcard bug in none remote cases. Anthony Urso wrote: I am using the RMI RemoteSearchable. I don't use a central RMI registry for the cluster (it's not particularly beneficial to do so), so I have had none of the problems

Re: RMI, Searchable and RemoteSearchable

2008-09-26 Thread Grant Ingersoll
On Sep 26, 2008, at 8:19 PM, Anthony Urso wrote: I am using the RMI RemoteSearchable. I don't use a central RMI registry for the cluster (it's not particularly beneficial to do so), so I have had none of the problems described above. It just works out of the box. Why not work towards

Ocean and GData

2008-09-26 Thread Otis Gospodnetic
Hi, Here is one thing that's been confusing me. http://wiki.apache.org/lucene-java/OceanRealtimeSearch?highlight=(GData) often mentions GData and relates it to real-time search (to Ocean), as if it is GData that provides real-time search functionality. But isn't GData simply a communication