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
>
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
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
a patch.
Steve
--
Stephen Green
http://thesearchguy.wordpress.com
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
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
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"
>
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/
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)