Re: Best way to handle bitfields in solr...

2010-05-13 Thread Israel Ekpo
xt.com/ -- Solr - Lucene - Nutch > > > > - Original Message > > From: William Pierce > > To: solr-user@lucene.apache.org > > Sent: Fri, December 4, 2009 2:43:25 PM > > Subject: Best way to handle bitfields in solr... > > > > Folks: > > >

Re: Best way to handle bitfields in solr...

2009-12-04 Thread Otis Gospodnetic
Would http://wiki.apache.org/solr/FunctionQuery#fieldvalue help? Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original Message > From: William Pierce > To: solr-user@lucene.apache.org > Sent: Fri, December 4, 2009 2:43:25 PM > Subject: Best w

Best way to handle bitfields in solr...

2009-12-04 Thread William Pierce
Folks: In my db I currently have fields that represent bitmasks. Thus, for example, a value of the mask of 48 might represent an "undergraduate" (value = 16) and "graduate" (value = 32). Currently, the corresponding field in solr is a multi-valued string field called "EdLevel" which will h