Re: all searches return 0 hits - what have I done wrong?

2011-04-18 Thread bryan rasmussen
  synonyms="synonyms.txt" ignoreCase="true" expand="true"/> >         words="stopwords.txt"/> >         generateWordParts="1" generateNumberParts="1" catenateWords="0" > catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/> >         >         protected="protwords.txt"/> >         >         >       >     > >   > > >   >         >         >         multiValued="true" /> >         >         > >  all_text >   > > > > > the protwords.txt and stopwords.txt are also from the rss example. > > thanks, > Bryan Rasmussen > > On Mon, Apr 18, 2011 at 12:55 PM, lboutros wrote: >> If a document contains multiple 'txt' fields, it should be marked as >> 'multiValued'. >> >> > multiValued="true"/> >> >> But if I'm understanding well, you also tried this ? : >> >> >> >> And for your search (MomsManual), could you give us your analyzer from the >> schema.xml please ? >> >> Ludovic. >> >> - >> Jouve >> France. >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/all-searches-return-0-hits-what-have-I-done-wrong-tp2833706p2833876.html >> Sent from the Solr - User mailing list archive at Nabble.com. >> >

Re: all searches return 0 hits - what have I done wrong?

2011-04-18 Thread bryan rasmussen
> > > And for your search (MomsManual), could you give us your analyzer from the > schema.xml please ? > > Ludovic. > > - > Jouve > France. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/all-searches-return-0-hits-what-have-I-done-wrong-tp2833706p2833876.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: all searches return 0 hits - what have I done wrong?

2011-04-18 Thread lboutros
. -- View this message in context: http://lucene.472066.n3.nabble.com/all-searches-return-0-hits-what-have-I-done-wrong-tp2833706p2833876.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: all searches return 0 hits - what have I done wrong?

2011-04-18 Thread bryan rasmussen
, Apr 18, 2011 at 12:23 PM, lboutros wrote: > did you try with the comlete xpath ? > > > > > Ludovic. > > - > Jouve > France. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/all-searches-return-0-hits-what-have-I-done-wro

Re: all searches return 0 hits - what have I done wrong?

2011-04-18 Thread lboutros
did you try with the comlete xpath ? Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/all-searches-return-0-hits-what-have-I-done-wrong-tp2833706p2833798.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: all searches return 0 hits - what have I done wrong?

2011-04-18 Thread bryan rasmussen
Also if I check solr/tester/dataimport it responds: − 0 0 − − dataimporter.xml idle − 0 1634 0 2011-04-18 11:55:47 − Indexing completed. Added/Updated: 0 documents. Deleted 0 documents. 2011-04-18 11:55:48 2011-04-18 11:55:48 0 0:0:0.922 − This response format is experimental. It is

all searches return 0 hits - what have I done wrong?

2011-04-18 Thread bryan rasmussen
Hi, I am starting my solr instance with the command java -Dsolr.solr.home="./test1/solr/" -jar start.jar where I have a solr.xml file In the folder tester I have configurations - adapted from the rss examples DataImporter.xml