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.
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
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-
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
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
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
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.
"function solringest_rec {
for SRCFILE in $(find $1 -type f); do
#DESTFILE=$URL${SRCFILE/$1/}
echo