Re: data Model/UML diagrams/Class diagrams.

2012-07-05 Thread prasad deshpande
Is there any who can help me? On Thu, Jul 5, 2012 at 10:10 AM, prasad deshpande prasad.deshpand...@gmail.com wrote: I would like to understand how solr/lucene/Tika frameworks designed. Where would I get the class diagram/UML diagrams to better understand the solr/lucene/Tika. I have

Re: Does solr supports indexing of files other than UTF-8

2011-01-28 Thread prasad deshpande
description (maybe with the URL to a sample document you post)? paul Le 27 janv. 2011 à 07:31, prasad deshpande a écrit : I am able to successfully index/search non-Engilsh data(like Hebrew, Japnese) which was encoded in UTF-8. However, When I tried to index data which was encoded in local

Re: Does solr supports indexing of files other than UTF-8

2011-01-27 Thread prasad deshpande
you post)? paul Le 27 janv. 2011 à 07:31, prasad deshpande a écrit : I am able to successfully index/search non-Engilsh data(like Hebrew, Japnese) which was encoded in UTF-8. However, When I tried to index data which was encoded in local encoding like Big5 for Japanese I could not see

Does solr supports indexing of files other than UTF-8

2011-01-26 Thread prasad deshpande
Hello, I am able to successfully index/search non-Engilsh data(like Hebrew, Japnese) which was encoded in UTF-8. However, When I tried to index data which was encoded in local encoding like Big5 for Japanese I could not see the desired results. The contents after indexing looked garbled for Big5

Does Solr supports indexing search for Hebrew.

2011-01-18 Thread prasad deshpande
Hello, With reference to below links I haven't found Hebrew support in Solr. http://wiki.apache.org/solr/LanguageAnalysis http://lucene.apache.org/java/3_0_3/api/all/index.html If I want to index and search Hebrew files/data then how would I achieve this? Thanks, Prasad

Re: How to integrate Solr with C/CPP client

2011-01-05 Thread prasad deshpande
/) to send HTML requests to Solr and to parse the XML response. Cheers! Juan M. On Wed, Jan 5, 2011 at 1:28 AM, Gora Mohanty g...@mimirtech.com wrote: On Wed, Jan 5, 2011 at 9:54 AM, prasad deshpande prasad.deshpand...@gmail.com wrote: It seems Solr/Lucene is completely developed in Java. I

Does Solr/Lucene support Localization/Internationalization

2011-01-04 Thread prasad deshpande
Hello, I am completely new for Solr/lucene. I am going through documents provided by Apache. Can any one tell me that Lucene/Solr supports indexing and searching for other than English language? It seems Solr/Lucene is completely developed in Java. I want to integrate Solr/Lucene with

Re: Does Solr/Lucene support Localization/Internationalization

2011-01-04 Thread prasad deshpande
://lucene.apache.org/java/3_0_3/api/all/index.html http://lucene.apache.org/java/3_0_3/api/all/index.htmlfor a list of Lucene Analyzers for various languages. See: http://wiki.apache.org/solr/LanguageAnalysis for Solr language support Best Erick On Tue, Jan 4, 2011 at 7:43 AM, prasad deshpande

How to integrate Solr with C/CPP client

2011-01-04 Thread prasad deshpande
It seems Solr/Lucene is completely developed in Java. I want to integrate Solr with C/CPP client. Is it possible? If yes, how? Thanks; Prasad