Re: storing the document URI in the index

2007-06-12 Thread Erik Hatcher
On Jun 12, 2007, at 8:51 AM, Ard Schrijvers wrote: is it possible to configure solr to store the document URI in the lucene index (the URI is not an xml field, but just the document's location)? Yes. Set the field to be store and non-indexed, field type string is what I use. Or is

RE: storing the document URI in the index

2007-06-12 Thread Ard Schrijvers
Hello Erik, thanks for the fast answer (sry for my mail not indenting but must use webmail :-( ), but the problem I am facing is that I do not see solr storing the location of the documents it indexed. So, I need to store the location of a document in a field, but I do not see where solr

Re: storing the document URI in the index

2007-06-12 Thread Otis Gospodnetic
- Original Message From: Ard Schrijvers [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Tuesday, June 12, 2007 9:02:25 AM Subject: RE: storing the document URI in the index Hello Erik, thanks for the fast answer (sry for my mail not indenting but must use webmail :-( ), but the problem

RE: storing the document URI in the index

2007-06-12 Thread Ard Schrijvers
Subject: RE: storing the document URI in the index Hello Erik, thanks for the fast answer (sry for my mail not indenting but must use webmail :-( ), but the problem I am facing is that I do not see solr storing the location of the documents it indexed. So, I need to store the location

Re: storing the document URI in the index

2007-06-12 Thread Otis Gospodnetic
Subject: RE: storing the document URI in the index Hello Erik, thanks for the fast answer (sry for my mail not indenting but must use webmail :-( ), but the problem I am facing is that I do not see solr storing the location of the documents it indexed. So, I need to store the location

Re: storing the document URI in the index

2007-06-12 Thread Yonik Seeley
On 6/12/07, Ard Schrijvers [EMAIL PROTECTED] wrote: thanks for the info. Would it a be an improvement to be able to specify in the schema.xml wether or not the URI should be stored or not in a field which name you can also specify in the schema? It might be very well possible that you do not

Re: storing the document URI in the index

2007-06-12 Thread Walter Underwood
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Search - Share - Original Message From: Ard Schrijvers [EMAIL PROTECTED] To: solr-user@lucene.apache.org Sent: Tuesday, June 12, 2007 9:02:25 AM Subject: RE: storing the document URI in the index Hello Erik

RE: storing the document URI in the index

2007-06-12 Thread Ard Schrijvers
Thanks Yonik and Walter, putting it that way, it does make good sense to not store the transient xml file which it is most of the usecases (I was thinking differently because I do have xml files on file system or over http, like from a webdav call) Anyway, thx for all answers, and again, sry

RE: storing the document URI in the index

2007-06-12 Thread Thorsten Scherler
On Tue, 2007-06-12 at 16:33 +0200, Ard Schrijvers wrote: Thanks Yonik and Walter, putting it that way, it does make good sense to not store the transient xml file which it is most of the usecases (I was thinking differently because I do have xml files on file system or over http, like from