Thanks
My idea was that is I have 
<dynamicField name="attr_*" type="textgen" indexed="true" stored="true"
multiValued="true"/>
in schema.xml
Eveything was stored in the index.
The query "solr" or other stuff works well only with text given in the sample
files
Rgds
Bruno


> -----Message d'origine-----
> De : Erik Hatcher [mailto:erik.hatc...@gmail.com] 
> Envoyé : jeudi 3 septembre 2009 13:40
> À : solr-user@lucene.apache.org
> Objet : Re: Solr question
> 
> 
> On Sep 3, 2009, at 1:24 AM, SEZNEC Bruno wrote:
> 
> > Hi,
> >
> > Following solr tuto,
> > I send doc to solr by request :
> > curl
> > 
> 'http://localhost:8983/solr/update/extract?literal.id=doc1&uprefix=att
> > r_&map
> > .
> > content=attr_content&commit=true' --F "myfi...@oxiane.pdf"
> > <response>
> > <lst name="responseHeader"><int name="status">0</int><int 
> > name="QTime">23717</int></lst> </response>
> >
> > Reply seems OK, content is in the index, but after no query 
> match the 
> > doc...
> 
> Not even a *:* query?  What queries are you trying?  What's 
> your default search field?  What does the query parse to, as 
> seen in the  
> response using &debugQuery=true ?   Likely the problem is that you  
> aren't searching on the field the content was indexed into, 
> or that it was not analyzed as you need.
> 
>       Erik
> 
> 

Reply via email to