OK, what version of Solr are you using? I can take a quick check to see
what behavior I get....

Erick

On Thu, Dec 16, 2010 at 4:44 PM, Ezequiel Calderara <ezech...@gmail.com>wrote:

> I'll check the Tokenizer to see if that's the problem.
> The results of Analysis Page for "SectionName:Programas_Home"
>  Query Analyzer org.apache.solr.schema.FieldType$DefaultAnalyzer {}  term
> position 1 term text Programas_Home term type word source start,end 0,14
> payload
>
> So it's not having problems with that... Also in the debug you can see that
> the parsed query is correct...
> So i don't know where to look...
>
> I know nothing about "Stemming" or tokenizing, but i will look if that has
> anything to do.
>
> If anyone can help me out, please do :D
>
>
>
>
> On Thu, Dec 16, 2010 at 5:55 PM, Erick Erickson <erickerick...@gmail.com
> >wrote:
>
> > Ezequiel:
> >
> > Nice job of including relevant details, by the way. Unfortunately I'm
> > puzzled too. Your SectionName is a "string" type, so it should
> > be placed in the index as-is. Be a bit cautious about looking at
> > returned results (as I see in one of your xml files) because the returned
> > values are the verbatim, stored field NOT what's tokenized, and the
> > tokenized data is what's searched..
> >
> > That said, you SectionName should not be tokenized at all because
> > it's a string type. Take a look at the admin page, "schema browser" and
> > see what values for "SectionName" look (these will be the tokenized
> > values". They should be exactly
> > Programas_Name, complete with underscore, case changes, etc. Is that
> > the case?
> >
> > Another place that might help is the admin/analysis page. Check the debug
> > boxes and input your steps and it'll show you what the transformations
> > are applied. But a quick look leaves me completely baffled.
> >
> > Sorry I can't be more help
> > Erick
> >
> > On Thu, Dec 16, 2010 at 2:07 PM, Ezequiel Calderara <ezech...@gmail.com
> > >wrote:
> >
> > > Hi all, I have the following problems.
> > > I have this set of data (View data (Pastebin) <
> > > http://pastebin.com/jKbUhjVS>
> > > )
> > > If i do a search for: *SectionName:Programas_Home* i have no results:
> > > Returned
> > > Data (PasteBin) <http://pastebin.com/wnPdHqBm>
> > > If i do a search for: *Programas_Home* i have only 1 result: Result
> > > Returned
> > > (Pastebin) <http://pastebin.com/fMZkLvYK>
> > > if i do a search for: SectionName:Programa* i have 1 result: Result
> > > Returned
> > > (Pastebin) <http://pastebin.com/kLLnVp4b>
> > >
> > > This is my *schema* <http://pastebin.com/PQM8uap4> (Pastebin) and this
> > is
> > > my
> > > *solrconfig* <http://%3c/?xml version="1.0" encoding="UTF-8"
> > ?>>(PasteBin)
> >  >
> > > I don't understand why when searching for "SectionName:Programas_Home"
> > > isn't
> > > returning any results at all...
> > >
> > > Can someone send some light on this?
> > > --
> > > ______
> > > Ezequiel.
> > >
> > > Http://www.ironicnet.com <http://www.ironicnet.com/>
> > >
> >
>
>
>
> --
> ______
> Ezequiel.
>
> Http://www.ironicnet.com
>

Reply via email to