Re: Indexed data not searchable

2013-04-11 Thread Max Bo
Thanks alot, so I will make a XSLT. Great community here! -- View this message in context: http://lucene.472066.n3.nabble.com/Indexed-data-not-searchable-tp4054473p4055258.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexed data not searchable

2013-04-10 Thread Upayavira
timestamp acceptable for > solr? > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Indexed-data-not-searchable-tp4054473p4054985.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexed data not searchable

2013-04-10 Thread Max Bo
Thank you. I changed it and now it works. But is there any possibility to make the given timestamp acceptable for solr? -- View this message in context: http://lucene.472066.n3.nabble.com/Indexed-data-not-searchable-tp4054473p4054985.html Sent from the Solr - User mailing list archive at

Re: Indexed data not searchable

2013-04-10 Thread Raymond Wiker
On Wed, Apr 10, 2013 at 10:35 AM, Max Bo wrote: > Just for information: I indicate that the problem occurs when I try to add > the fields, created, last_modified, issued (all three have the type date) > and the field rightsholder. > > Maybe it is helpful! > >From the example you sent earlier, it

Re: Indexed data not searchable

2013-04-10 Thread Max Bo
Just for information: I indicate that the problem occurs when I try to add the fields, created, last_modified, issued (all three have the type date) and the field rightsholder. Maybe it is helpful! -- View this message in context: http://lucene.472066.n3.nabble.com/Indexed-data-not-searchable

Re: Indexed data not searchable

2013-04-10 Thread Max Bo
anything wrong? -- View this message in context: http://lucene.472066.n3.nabble.com/Indexed-data-not-searchable-tp4054473p4054960.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexed data not searchable

2013-04-09 Thread Gora Mohanty
On 9 April 2013 13:10, Max Bo wrote: > The XML files are formatted like this. I think there is the problem. [...] Yes, to use curl to post to /solr/update you need to have XML in the form described at http://wiki.apache.org/solr/UpdateXmlMessages Else, you can use FileListEntityProcessor and XP

Re: Indexed data not searchable

2013-04-09 Thread Max Bo
-08T00:09:57.531+01:00 2012-11-08T00:09:57.531+01:00 .. -- View this message in context: http://lucene.472066.n3.nabble.com/Indexed-data-not-searchable-tp4054473p4054651.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexed data not searchable

2013-04-08 Thread Gora Mohanty
On 8 April 2013 21:35, It-forum wrote: > hi > > I use dataimporter [...] Please do not hijack threads. Instead, start a new one for your questions, or follow up in a thread that you had started. Here is why this is bad practice: http://people.apache.org/~hossman/#threadhijack Regards, Gora

Re: Indexed data not searchable

2013-04-08 Thread It-forum
hi I use dataimporter the actual entity contain this : sourceColName="description_short" /> data sample : Piéce détachée pour Skimmer COFIES Modèle:Premium-Design-Omega, Zipper5 Piéce détachée pour Régulateur de niveau modèle 3150 Modèle:3150 depuis 2003 Ideal result : "name" => Couv

Re: Indexed data not searchable

2013-04-08 Thread Gora Mohanty
On 8 April 2013 19:26, Max Bo wrote: > Thanks for your help: > > The URL I'am positng to is: http://localhost:8983/solr/update?commit=true > > > The XML-Filess I've added contains fields like "author" so I thought they > have to serachable since it it declared as "indexed" in the example schema.

Re: Indexed data not searchable

2013-04-08 Thread Jack Krupansky
: Max Bo Sent: Monday, April 08, 2013 9:56 AM To: solr-user@lucene.apache.org Subject: Re: Indexed data not searchable Thanks for your help: The URL I'am positng to is: http://localhost:8983/solr/update?commit=true The XML-Filess I've added contains fields like "author" so I

Re: Indexed data not searchable

2013-04-08 Thread Max Bo
this message in context: http://lucene.472066.n3.nabble.com/Indexed-data-not-searchable-tp4054473p4054481.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexed data not searchable

2013-04-08 Thread Gora Mohanty
On 8 April 2013 18:38, Max Bo wrote: > Hello, > > I'm very new to Solr and I come to an unexplainable point by myself so I > need your help. > > I have indexed a huge amount of xml-Files by a shell script. [...] For posting XML files to Solr directly with curl the XML files need to be in a partic

Re: Indexed data not searchable

2013-04-08 Thread Upayavira
e fine but the queries > doesn't work. > > For all other operations as the post operation I use the stuff from > example > folder. > Maybe I have to configure something in the schema.xml or solrconfig.xml ? > > > Hope you can help me! > > > Kind regards, &g

Indexed data not searchable

2013-04-08 Thread Max Bo
ns as the post operation I use the stuff from example folder. Maybe I have to configure something in the schema.xml or solrconfig.xml ? Hope you can help me! Kind regards, Max -- View this message in context: http://lucene.472066.n3.nabble.com/Indexed-data-not-searchable-tp4054473.