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
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.
-
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?
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