Re: dynamic fields revisited

2011-02-07 Thread Bill Bell
You can change the match to be my* and then insert the name you want. Bill Bell Sent from mobile On Feb 7, 2011, at 4:15 PM, gearond wrote: > > Just so anyone else can know and save themselves 1/2 hour if they spend 4 > minutes searching. > > When putting a dynamic field into a document int

Re: dynamic fields revisited

2011-02-07 Thread Dennis Gearon
uary 7, 2011 3:28:18 PM Subject: Re: dynamic fields revisited It would be quite annoying if it behaves as you were hoping for. This way it is possible to use different field types (and analyzers) for the same field value. In faceting, for example, this can be important because you should use a

Re: dynamic fields revisited

2011-02-07 Thread Markus Jelsma
It would be quite annoying if it behaves as you were hoping for. This way it is possible to use different field types (and analyzers) for the same field value. In faceting, for example, this can be important because you should use analyzed fields for q and fq but unanalyzed fields for facet.fiel

Re: dynamic fields revisited

2011-02-07 Thread gearond
Just so anyone else can know and save themselves 1/2 hour if they spend 4 minutes searching. When putting a dynamic field into a document into an index, the name of the field RETAINS the 'constant' part of the dynamic field name. Example - If a dynamic integer field is named '*_i' in

Re: dynamic fields revisited

2010-12-30 Thread Dennis Gearon
rself. from 'http://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036' EARTH has a Right To Life, otherwise we all die. - Original Message From: Lance Norskog To: solr-user@lucene.apache.org Sent: Thu, December 30, 2010 4:26:58 PM Subject: Re: dynamic fields re

Re: dynamic fields revisited

2010-12-30 Thread Lance Norskog
solr/admin/analysis.jsp uses the Luke handler. You can browse facets and fields. On Wed, Dec 29, 2010 at 7:46 PM, Ahmet Arslan wrote: >> If I understand you correctly, for an INT dynamic field >> called *_int2 >> filled with field callled my_number_int2 during data >> import >> in a query, I will

Re: dynamic fields revisited

2010-12-29 Thread Ahmet Arslan
> If I understand you correctly, for an INT dynamic field > called *_int2 > filled with field callled my_number_int2 during data > import > in a query, I will search in the index on the field > called: >   "my_number_int2" > > correct? > Exactly. Using http://wiki.apache.org/solr/LukeRequestHa

Re: dynamic fields revisited

2010-12-29 Thread Dennis Gearon
- Original Message From: Lance Norskog To: solr-user@lucene.apache.org Sent: Wed, December 29, 2010 6:11:32 PM Subject: Re: dynamic fields revisited >>> B/ Is the search done on the dynamic filed name in the schema, or on the >name >> that was matched? >The d

Re: dynamic fields revisited

2010-12-29 Thread Lance Norskog
>A/ How much room in the index do 'non used' dynamic fields add per record, any? If you use field norms or document boosts in that field, there is a one-byte array[# of documents]. Otherwise there is no space used. >  B/ Is the search done on the dynamic filed name in the schema, or on the name >