Re: Tika: url issue

2014-06-06 Thread harshrossi
Thanks for the help.. But anyway I solved it using RegexTransformer In the db_link entity I used RegexTransformer and set the link field as: and in tika-doc entity I set the Url value as: ${db_link.link} -- View this message in context: http://lucene.472066.n3.nabble.com/Tika-url-issue-tp413

Tika: url issue

2014-06-04 Thread harshrossi
Hi, I am working on Solr using DataImortHander for indexing rich documents like pdf,word,image etc I am using TikaEntityProcessor for extracting contents from the files. I have one small issue regarding setting value to 'url' entry. My data-config.xml file is like so:

Re: 'qt' parameter is not working in search call of SolrPhpClient

2014-04-20 Thread harshrossi
Yes I know but I am using SolrPhpClient API where by default the search() function access the '/select' request handler. So I used the 'qt' parameter to access '/select_test' as given in this link: Non-Default Request Handler

'qt' parameter is not working in search call of SolrPhpClient

2014-04-17 Thread harshrossi
I am using SolrPhpClient for interacting with Solr via PHP. I am using a custom request handler ( /select_test ) with 'edismax' feature in Solr config file explicit json edismax text name topic description text 100%

Re: DataImportHandler - Automatic scheduling of delta imports in Solr in windows 7

2014-04-11 Thread harshrossi
Yes that is all fine with me. Only thing that worries me is what needs to be coded in the batch file. I will just try a sample batch file and get back with queries if any. Thank you -- View this message in context: http://lucene.472066.n3.nabble.com/DataImportHandler-Automatic-scheduling-of-d

DataImportHandler - Automatic scheduling of delta imports in Solr in windows 7

2014-04-10 Thread harshrossi
I am using *DeltaImportHandler* for indexing data in Solr. Currently I am manually indexing the data into Solr by selecting commands full-import or delta-import from the Solr Admin screen. I am using Windows 7 and would like to automate the process by specifying a certain time interval for executi