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
Solr assumes you are using UTC. It is your job to do a conversion. If you want Solr to do it, you could use an UpdateProcessor to do it, either using RegExp, or perhaps a ScriptUpdateProcessor. In fact, if you're comfortable with XSLT, you can make Solr accept your old format of XML by posting it

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 Na

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
Thanks to this! No I have another problem. I tried to give the XML file the right format so I made this 455HHS-2232 T0072-00031-DOWNLOAD - Blatt 12v application/pdf 2012-11-07T11:15:19.887+01:00 2012-11-07T11:15:19.887+01:00 2012-11-07T11:15:19.8

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
The XML files are formatted like this. I think there is the problem. T0084-00371-DOWNLOAD - Blatt 184r T0084-00371-DOWNLOAD application/pdf 2012-11-08T00:09:57.531+01:00 2012-11-08

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
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. -- View this message in context: http://lucen

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
That is the structure of your content? Is it formatted in the same XML structure as the example data is? What URL are you posting to? Upayavira On Mon, Apr 8, 2013, at 02:08 PM, Max Bo wrote: > Hello, > > I'm very new to Solr and I come to an unexplainable point by myself so I > need your help.