Re: How to combine facets count from multiple query into one query

2009-05-10 Thread Phil Chadwick
Jeffrey Tiong wrote: > > Hi, > > I have a schema that has the following fields, > > publisher_name > book_title > year > abstract > > Currently if I do a facet count when I have a query "q=abstract:philosophy > AND publisher_name:publisher1" , it can give me results like below, > > abstract:phi

Re: Phrase matching on a text field

2009-05-07 Thread Phil Chadwick
Seeley for the original diagnosis and fix. Cheers, -- Phil It may be that your sole purpose in life is simply to serve as a warning to others. Phil Chadwick wrote: > Hi Jay > > Thank you for your response. > > The data relating to the string (s_title) defines *exactly* what

Re: Phrase matching on a text field

2009-05-07 Thread Phil Chadwick
e example dir and look at the default > configuration for both the text and string fieldtypes. String string > fieldtype is not analyzed whereas the text fieldtype has a number of > different filters that take action. > On Wed, May 6, 2009 at 11:09 PM, Phil Chadwick > wrote: > >

Phrase matching on a text field

2009-05-06 Thread Phil Chadwick
Hi, I'm trying to figure out why phrase matching on a text field only works some of the time. I have a SOLR index containing a document titled "FUTURE DIRECTIONS FOR INTEGRATED CATCHMENT". The "FOR" seems to be causing a problem... The title field is indexed as both s_title and t_title (string