I don't really know how to solve my problem :/

On Wed, Jul 8, 2009 at 3:16 PM, Saeli Mathieu <saeli.math...@gmail.com>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 is this one
> "
> <add>
> <doc>
> ......
> <field name="lomclassificationtaxonPathtaxonentrystring">Cycle 2</field>
> ........
> </doc>
> </add>"
>
> This field is refered in my schema.xml by this way.
>
> "
> <fields>
> <field name="lomclassificationtaxonPathtaxonentrystring" type="text"
> indexed="true" stored="true" multiValued="true" omitNorms="true"
> termVectors="true" />
> </fields>"
>
> and
> " <copyfield source="lomclassificationtaxonPathtaxonentrystring"
> dest="text"/>"
>
> Here is my research in debug mode with this request
> http://localhost:8983/solr/select?indent=on&version=2.2&q=Cycle&start=0&rows=10&fl=*%2Cscore&qt=standard&wt=standard&debugQuery=on&explainOther=&hl.fl=
>
>
> "
> -<response>
> -<lst name="responseHeader">
> <int name="status">0</int>
> <int name="QTime">0</int>
> -<lst name="params">
> <str name="explainOther"/>
> <str name="fl">*,score</str>
> <str name="debugQuery">on</str>
> <str name="indent">on</str>
> <str name="start">0</str>
> <str name="q">Cycle</str>
> <str name="hl.fl"/>
> <str name="qt">standard</str>
> <str name="wt">standard</str>
> <str name="version">2.2</str>
> <str name="rows">10</str>
> </lst>
> </lst>
> <result name="response" numFound="0" start="0" maxScore="0.0"/>
> -<lst name="debug">
> <str name="rawquerystring">Cycle</str>
> <str name="querystring">Cycle</str>
> <str name="parsedquery">text:cycl</str>
> <str name="parsedquery_toString">text:cycl</str>
> <lst name="explain"/>
> <str name="QParser">OldLuceneQParser</str>
> -<lst name="timing">
> <double name="time">0.0</double>
> -<lst name="prepare">
> <double name="time">0.0</double>
> -<lst name="org.apache.solr.handler.component.QueryComponent">
> <double name="time">0.0</double>
> </lst>
> -<lst name="org.apache.solr.handler.component.FacetComponent">
> <double name="time">0.0</double>
> </lst>
> -<lst name="org.apache.solr.handler.component.MoreLikeThisComponent">
> <double name="time">0.0</double>
> </lst>
> -<lst name="org.apache.solr.handler.component.HighlightComponent">
> <double name="time">0.0</double>
> </lst>
> -<lst name="org.apache.solr.handler.component.DebugComponent">
> <double name="time">0.0</double>
> </lst>
> </lst>
> -<lst name="process">
> <double name="time">0.0</double>
> -<lst name="org.apache.solr.handler.component.QueryComponent">
> <double name="time">0.0</double>
> </lst>
> -<lst name="org.apache.solr.handler.component.FacetComponent">
> <double name="time">0.0</double>
> </lst>
> -<lst name="org.apache.solr.handler.component.MoreLikeThisComponent">
> <double name="time">0.0</double>
> </lst>
> -<lst name="org.apache.solr.handler.component.HighlightComponent">
> <double name="time">0.0</double>
> </lst>
> -<lst name="org.apache.solr.handler.component.DebugComponent">
> <double name="time">0.0</double>
> </lst>
> </lst>
> </lst>
> </lst>
> </response>
> "
>
> I don't know what I'm missing :/
>
> Because I think I add all the necessary information in schema.xml.
>
> --
> Saeli Mathieu.
>



-- 
Saeli Mathieu.

Reply via email to