Re: to create index for the data without document

2012-06-17 Thread Gora Mohanty
On 17 June 2012 11:44, robinsolr wrote: > HI Gora, > > Actually presently i am creating index in which document information is used > for indexing but now i want to create index where no document is used, [...] Sorry, but I am still unable to make sense out of this. What is a "document" in this c

Re: to create index for the data without document

2012-06-17 Thread Erick Erickson
robinsolr: See: http://people.apache.org/~hossman/#xyproblem You're never telling us _why_ you want to do this, so we can't suggest alternatives. Best Erick On Sun, Jun 17, 2012 at 3:29 AM, Gora Mohanty wrote: > On 17 June 2012 11:44, robinsolr wrote: >> HI Gora, >> >> Actually presently i am

Re: FileListEntityProcessor limit at 11 files?

2012-06-17 Thread Erick Erickson
There's no good reason for this to be happening. Have you checked our Solr logs? Can you show your DIH configuration? You might review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Fri, Jun 15, 2012 at 7:14 AM, Roland Ucker wrote: > Hello, > > I'm using the DIH to index some PDFs.

StreamingUpdateSolrServer - Failure during indexing

2012-06-17 Thread Kissue Kissue
Hi, Using the StreamingUpdateSolrServer, does anybody know how i can get the list of documents that failed during indexing so maybe i can index them later? Is it possible? I am using Solr 3.5 with SolrJ. Thanks.

Re: StreamingUpdateSolrServer - Failure during indexing

2012-06-17 Thread Jack Krupansky
You could instantiate an anonymous instance of StreamingUpdateSolrServer that has a "handleError" method that then parses the exception message to get the request URI. If there isn't enough information there, you could add a dummy request option to your original request that was a document iden