Re: Version Conflict on Atomic Update

2013-08-19 Thread Syao Work
Your _version_ does not match. On Fri, Aug 9, 2013 at 7:08 PM, Bruno René Santos wrote: > Using the document interface on the Solr admin i try to update the > following document: > > { "responseHeader": { "status": 0, "QTime": 1, "params": { "indent": > "true", > "q": "*:*", "_": "1376064413493"

Indexing directories and files in a File System. (Fetched: 2, Processed: 0)

2013-03-05 Thread Syao Work
Hello, I am trying to index some FS folder tree. Spent 2 days finding what could be the problem - got nothing :) There are not so much examples on indexing File System. In the logs I cant find any exceptions why it does not process the info Data import configuration and debug response are attached

Re: Indexing directories and files in a File System. (Fetched: 2, Processed: 0)

2013-03-05 Thread Syao Work
And if I need to index file name, path, size and/or mime? On Tue, Mar 5, 2013 at 2:45 PM, Gora Mohanty wrote: > On 5 March 2013 15:08, Syao Work wrote: > > Hello, > > > > I am trying to index some FS folder tree. > > Spent 2 days finding what could be the problem

Re: Indexing directories and files in a File System. (Fetched: 2, Processed: 0)

2013-03-05 Thread Syao Work
Can you send an example? On Tue, Mar 5, 2013 at 5:11 PM, Gora Mohanty wrote: > On 5 March 2013 18:22, Syao Work wrote: > > And if I need to index file name, path, size and/or mime? > [...] > > You would need to create separate entities for each field that > you need to

Re: Indexing directories and files in a File System. (Fetched: 2, Processed: 0)

2013-03-06 Thread Syao Work
he tool will try to set type > and url automatically from file name. When posting rich documents > the file name will be propagated as "resource.name" and also used > as "literal.id". You may override these or any other request parameter > through the -Dparams property. To do