farsi analyser

2006-10-19 Thread pc123
sorry i meant farsi analyser instead of farsi parser. -- View this message in context: http://www.nabble.com/farsi-analyser-tf2472949.html#a6895440 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To uns

farsi parser

2006-10-19 Thread pc123
Do we have a farsi parser available? If "arabic" parser is available, how can i customize it to farsi/persian. -- View this message in context: http://www.nabble.com/farsi-parser-tf2472916.html#a6895371 Sent from the Lucene - Java Users mailing list archive at Nabble.com. -

Re: Lucene 1.9.1 - How to determine from which machine the hit comes?

2006-03-29 Thread pc123
Hi, Yes, the 2nd case, we have a MultiSearcher taking an array of Searchable (each doing the lookup to different server machines) on the client side and RemoteSearchable taking an instance of MultiSearcher on the server side. How to find out which searcher a hit comes from with a MultiSearcher?

Lucene 1.9.1 - How to determine from which machine the hit comes?

2006-03-29 Thread pc123
I am searching over multiple indices in multiple machines using RemoteSearchable. Thus I get hits from various indices residing in different machines. My Client and server program is similar to one given in Lucene in Action book (Searching multiple indexes remotely). Is it possible to determine fr