Problem in searching the Indexed PDf and Word documents in apache tika+solr envieonment using solrj ?

2011-12-07 Thread kiran.bodigam
I am trying to index the pdf and word documents in solr 3.3.0 version+apache tika uisng SOLRJ when i am able to search the documents with the file name where as when i am trying to search the any text data in the content(text data in the file) its not showing any document in response ? Do i need t

How many defaultsearchfields we can have in one schema.xml file?

2011-11-25 Thread kiran.bodigam
In my schema i have defined below tag for indexing the fields because in my use case except the uniquekey remaining fields needs to be indexed as it is (with same datatype) Here i would like to search all of them with out field name unfortunately i can't put all of them using option coz its dyna

Why Jboss server is stopped due to SOLR

2011-10-27 Thread kiran.bodigam
I am trying to connect the SOLR with Java code using URLConnection, i have deployed solr war file in jboss server(assuming server machine in some other location or remote) its working fine if no exception raises... but if any exception raises in server like connection failure its stopping the jboss

How to retreive multiple documents using one unique field?

2011-10-18 Thread kiran.bodigam
I have four different documents in single xml file(to be indexed), i don't want inject the unique field for each and every document .when i search with with the unique field all the four documents should come in result.i.e can common unique field should be applied to the all documents? My xml form

Re: UniqueKey filed length exceeds

2011-10-10 Thread kiran.bodigam
Thanks for u reply guys, As suggest both formats q={!term f=object}2011-11-02:10 03:37.236088 and 2011-11-02\:10\:03\:37.236088 has worked perfectly for search. I would like to know how we can achieve the *range search* for these date formats like [2011-11-02:10 03:37.236088 to 2011-12-02:10 03

Re: UniqueKey filed length exceeds

2011-10-04 Thread kiran.bodigam
Thanks for u r reply Erick, (Here my use case is -MM-DD 13:54:11.414632 needs to be unique key) when i trying to search the data for http://localhost:8080/solr/select/?q=2009-11-04:13:51:07.348184 it throws following error, though i change my schema to textfield i am getting following

UniqueKey filed length exceeds

2011-10-03 Thread kiran.bodigam
I have defined time stamp as unique key but when i trying to search with the same it throws error any other alternate for StrField coz i can't increase the length of it or can't we apply analyzer for the same? My unique key:-MM-DD 13:54:11.414632 -- View this message in context: http://luce

Difference b/w SimplepostTool code and posting the file using SOLRJ

2011-09-30 Thread kiran.bodigam
We can post the documents from command line by running the post.jar file and giving the list of files *.xml to the solr to index the document.Here we are posting the document xml documents which has some unique format i would like to know what are the advantages that i get from this format? hi h

can we share the same index directory for multiple cores?

2011-09-15 Thread kiran.bodigam
If we implement the multi core functionality in solr is there any possibility that the same index information shared by two different cores (redundancy),can we share the same index directory for multiple cores?If i query it on admin which core will respond because they suggesting to query on diffe

Re: can indexing information stored in db rather than filesystem?

2011-09-13 Thread kiran.bodigam
Thanks for u r reply guys As suggested i agree that we are losing many of the benefits of Solr/Lucene but i still want to store the index output (index files) in db table please suggest what are the steps i need to follow to configure the db with SOLR Engine (As how we done in it solrconfig.xm