Re: Adding new Fields ?

2009-07-08 Thread Saeli Mathieu
f --

Re: Adding new Fields ?

2009-07-08 Thread Saeli Mathieu
I don't really know how to solve my problem :/ On Wed, Jul 8, 2009 at 3:16 PM, Saeli Mathieu wrote: > The research debug is bit wired... > > I'll give you a typical example. > > I want to find, this word "Cycle" > > the field in my xml file

Re: Adding new Fields ?

2009-07-08 Thread Saeli Mathieu
10 - Cycle Cycle text:cycl text:cycl OldLuceneQParser - 0.0 - 0.0 - 0.0 - 0.0 - 0.0 - 0.0 - 0.0 - 0.0 - 0.0 - 0.0 - 0.0 - 0.0 - 0.0 " I don't know what I'm missing :/ Because I think I add all the necessary information in schema.xml. -- Saeli Mathieu.

Re: Adding new Fields ?

2009-07-08 Thread Saeli Mathieu
Yep I know that, I almost add more than 60 lines in this file :) It's just an example. Do you have any idea why when I'm trying to search something, the result of Solr is equal to 0 ? I'm looking forward to read you. -- Saeli Mathieu.

Adding new Fields ?

2009-07-08 Thread Saeli Mathieu
. I added and In schema.xml file. Did I forgot something ? -- Saeli Mathieu.

Re: Indexing XML

2009-07-07 Thread Saeli Mathieu
ame(); if (count($Object->Children()) < 1) return $Prefix.'='.str_replace("\n", " ", $Object)."\n"; foreach($Object->Children() as $Child) $Save .= recu($Child, $Prefix); return $Save; } -- Saeli Mathieu.

Re: Indexing XML

2009-07-07 Thread Saeli Mathieu
wiki.apache.org/solr/DataImportHandler#head-f1502b1ed71d98ef0120671db5762e137e63f9d2 > ) > which allows you to use xpath syntax to map xml data to index fields. > > -Jay > > > On Tue, Jul 7, 2009 at 7:25 AM, Saeli Mathieu >wrote: > > > Hello. > > > >

Re: Indexing XML

2009-07-07 Thread Saeli Mathieu
in a field > within the solr document. > > original data -> mapping -> solr XML document (with a field for the > original > data) > > Does that make sense? Can you describe what it is you want to do with > results of a search? > > Matt > > On Tue, Jul 7, 20

Indexing XML

2009-07-07 Thread Saeli Mathieu
can see I can't use this kind of architecture because I'm not allow to change my XML files. I'm looking forward to read you. Mathieu Saeli -- Saeli Mathieu.