Not able to subscribe to ML

2010-10-19 Thread Abdullah Shaikh
Just a test mail to check if my mails are reaching the ML. I dont know, but my mails are failing to reach the ML with the following error : Delivery to the following recipient failed permanently: solr-user@lucene.apache.org Technical details of permanent failure: Google tried to deliver you

Re: Using SolrJ with Tika

2009-09-03 Thread Abdullah Shaikh
Hi Laurent, I am not sure if this is what you need, but you can extract the content from the uploaded document (MS Docs, PDF etc) using TIKA and then send it to SOLR for indexing. String CONTENT = extract the content using TIKA (you can use AutoDetectParser) and then, SolrInputDocument doc = ne

Indexing docs using TIKA

2009-09-03 Thread Abdullah Shaikh
I am not sure if this went to Mailing List before.. hence forwarding again Hi All, I want to search for a document containing "string to search", price between 100 to 200 and weight 10-20. SolrQuery query = new SolrQuery(); query.setQuery( "DOC_CONTENT: string to search"); query.setFilterQuerie