Sorting facets

2006-11-04 Thread Walter Lewis
. Is the expectation that the code processing the result will apply its own sorts to the facet lists? or is there some other option I'm overlooking? Walter Lewis

Re: MatchAllDocsQuery in solr?

2006-11-21 Thread Walter Lewis
Walter Underwood wrote: I was thinking something similar, maybe _solr:all. At Infoseek, we hardcoded url:http to match all docs. I suppose that different data would yield different responses but a space ( ) works on our data. the other Walter

Re: solr + cocoon problem

2007-01-16 Thread Walter Lewis
[EMAIL PROTECTED] wrote: Any ideas on how to implement a cocoon layer above solr? You're far from the only one approaching solr via cocoon ... :) The approach we took, passes the search parameters to a solrsearch stylesheet, the heart of which is a cinclude block that embeds the solr

Fuzzy searching, tildes and solr

2007-01-23 Thread Walter Lewis
This is quite possibly a Lucene question rather than a solr one, so my apologies if you think its out of scope. Underlying the solr search, are some very useful Lucene constructs. One of the most powerful, imho, is the tilde number combination for a fuzzy search. In one of my data sets

Re: Fuzzy searching, tildes and solr

2007-01-25 Thread Walter Lewis
Yonik Seeley wrote: On 1/23/07, Walter Lewis [EMAIL PROTECTED] wrote: This is quite possibly a Lucene question rather than a solr one, so my apologies if you think its out of scope. Underlying the solr search, are some very useful Lucene constructs. One of the most powerful, imho

Re: Fuzzy searching, tildes and solr

2007-01-26 Thread Walter Lewis
text_lu without the EnglishPorterFilterFactory, or are there other issues I'm overlooking. Walter Lewis (aka Walt Lewi apparently)

Re: Using solr on windows

2007-02-14 Thread Walter Lewis
/update --data-binary optimize / Tomcat or apache/tomcat on Windows 2003 is a perfectly adequate servlet container for solr. For that matter, SirsiDynix's Horizon runs Jetty over Windows 2003 in many of their production environments, it's just a bear to configure as a service. Walter Lewis

Logging errors from multiple solr instances

2007-06-07 Thread Walter Lewis
of indexes such a Bad Idea that supporting this would be leading a fool further astray? Walter Lewis

host logging options (was Re: Schema validator/debugger)

2007-06-07 Thread Walter Lewis
who has used both Jetty and Tomcat in production (and has come to prefer Tomcat), what are my choices to get the undefined field xxx error in the catalina log files (or is it stashed somewhere I'm overlooking?) Walter Lewis

Re: ExtractingRequestHandler unknown field 'stream_source_info'

2009-10-01 Thread Walter Lewis
On 1 Oct 09, at 12:46 PM, Tricia Williams wrote: STREAM_SOURCE_INFO https://www.packtpub.com/article/indexing-data-solr-1.4-enterprise-search-server-2 appears to be a constant from this page: http://lucene.apache.org/solr/api/constant-values.html This has it embedded as an arr in the

Re: Why isn't the DateField implementation of ISO 8601 broader?

2009-10-06 Thread Walter Lewis
On 6 Oct 09, at 5:31 PM, Chris Hostetter wrote: ...your expectations may be different then everyone elses. by requiring that the dates be explicit there is no ambiguity, you are in control of the behavior. The power of some of the other formulas in ISO 8601 is that you don't introduce