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
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
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.
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.
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