Re: Lower level filtering

2010-12-20 Thread Stephen Green
On Wed, Dec 15, 2010 at 9:57 AM, Stephen Green wrote: > Otis pointed out that the patch can't be applied against the current > source, so I need to go back and make it work with the current source > (new job = no time).  I'll see if I can find the time this weekend to >

Re: Lower level filtering

2010-12-15 Thread Stephen Green
that allows you to specify a bit filter and a filter query (you could specify either, but not both.) Otis pointed out that the patch can't be applied against the current source, so I need to go back and make it work with the current source (new job = no time). I'll s

Re: Solr and jvm Garbage Collection tuning

2010-09-13 Thread Stephen Green
7;ve done this a few times with a variety of systems: some times you want to make the young gen bigger and some times you don't. Steve -- Stephen Green http://thesearchguy.wordpress.com

SolrIndexSearcher.QueryCommand filters and filter

2010-08-13 Thread Stephen Green
a patch. Steve -- Stephen Green http://thesearchguy.wordpress.com

Highlighting parameters wiki

2010-07-27 Thread Stephen Green
like it's going to default to true, since getBool will never return null, and if it gets a null value from the parameters internally, it will return true. Shall I file a Jira on this one? Perhaps it's easier just to fix the Wiki page? Steve -- Stephen Green http://thesearchguy.wordpress.com

Re: Highlighting question

2009-08-03 Thread Stephen Green
On Mon, Aug 3, 2009 at 8:45 PM, Stephen Green wrote: > On Mon, Aug 3, 2009 at 8:38 PM, Stephen Green wrote: >> On Mon, Aug 3, 2009 at 8:34 PM, Erik Hatcher >> wrote: >>> Is default-search-field stored (as specified in schema.xml)? >> >> Yep: >> >&g

Re: Highlighting question

2009-08-03 Thread Stephen Green
On Mon, Aug 3, 2009 at 8:38 PM, Stephen Green wrote: > On Mon, Aug 3, 2009 at 8:34 PM, Erik Hatcher > wrote: >> Is default-search-field stored (as specified in schema.xml)? > > Yep: > >            type="html" indexed="true" stored="true" >

Re: Highlighting question

2009-08-03 Thread Stephen Green
On Mon, Aug 3, 2009 at 8:34 PM, Erik Hatcher wrote: > Is default-search-field stored (as specified in schema.xml)? Yep: While trying to figure this out, I went and did ant run-examples to bring up the example in Jetty (I'm using Tomcat), and tried a couple of queries in the resulting /solr/

Highlighting question

2009-08-03 Thread Stephen Green
Hi, folks. I'm trying to get a very simple example working with Solr highlighting. I have a default search field (called, unsurprisingly "default-search-field") with text in it and I want query terms to be highlighted in that field when I do a search. I'm using an up to date (as of this evening)