How to make Solr complex Join Query patch in java

2013-09-16 Thread ashimbose
Hi, Can anyone have any idea how to write a patch in java which will support for complex join query in solr. I have the solr source code. If you have any sample code for the same, please share with me. Thanks Ashim -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-mak

How to male Solr complex Join Query

2013-03-28 Thread ashimbose
Hi I need to do complex join in single core with multiple table. Like Inner , Outer, Left, Right and so on. I am working with solr4. Is there I can work with any type of join with solr4? Is there any way to do so? Please give your suggestion, its very important. Please help me.. Thanks in a

Complex Join Query

2013-04-23 Thread ashimbose
Is there any other enterprise search other than SOLR which supports Complex Join Query,as Solr does not support the same. As per my requirement I need to search Complex Join Query which will search from document Indexing or in main memory. As it is very faster than any disk based database. Any he

DataImportHandlerException: Unable to execute query with OPTIM

2013-01-15 Thread ashimbose
I have tried to search for my specific problem but have not found solution. I have also read the wiki on the DIH and seem to have everything set up right but my Query still fails. Thank you for your help I am running Solr 3.6.1 with Tomcat 6.0 Windows7 64bit and IBM Optim Archive File I have all

RE: DataImportHandlerException: Unable to execute query with OPTIM

2013-01-15 Thread ashimbose
Dear James Dyer , Thank You Very Much. Its really working now. I was struggling past 3 weeks to solve it. You are really awesome. I am really happy now. Thank you to make me happy. Regards, Ashim -- View this message in context: http://lucene.472066.n3.nabble.com/DataImportHandlerException-Un

Large data importing getting rollback with solr

2013-01-16 Thread ashimbose
I am trying to index large data (not rich document) about 5GB, but Its not getting index. In case of small data it's perfectly indexing.For Large data import XML response.. 00 data-config.xml full-import busy A command is still running... 0:9:12.738169 181

Re: Large data importing getting rollback with solr

2013-01-17 Thread ashimbose
Hi Gora , Thank you for your quick reply. I have only one data source, But have more than 300 tables. Each tables I have put in individual in data-confic.xml But when I am trying to do full import, Its showing Thant much as 169 This 169 means I took 169 tables from my data source and each 169

Re: Large data importing getting rollback with solr

2013-01-18 Thread ashimbose
Hi Gora, I will have a Archive Data as some format like relational, Provided by client. Which may have some relation but I will not know. I have to make index that data without restoring to my sql db. That means I have to read the data from archive file directly and this will be full automated. W

Re: Large data importing getting rollback with solr

2013-01-21 Thread ashimbose
Hi Gora, Thank you for your suggestion. I have tried with you below option, >* Have never tried this, but one can set up multiple request handlers > in solrconfig.xml for each DIH instance that one plans to run. > These can run in parallel rather than the sequential indexing of > root enti

Re: Large data importing getting rollback with solr

2013-01-23 Thread ashimbose
Hi Gora and Roman , Thank you for you valuable comments, I am trying to fallow your suggestion. I will notify you when its done. If I face any problem to integrate solr please help me at the same way in future. Thank you, Ashim -- View this message in context: http://lucene.472066.n3.nabbl

How to make Solr multiple dataimporthandler scheduleer in php

2013-01-30 Thread ashimbose
Hi All, How to make Solr multiple dataimporthandler scheduleer in php? I have multiple dataimport in solrconfig.xml I want to make a php script which will make index one by one by running url like below... http://localhost:8080/solr/core_sql/dataimport1?command=full-import http://localhost:8080