Re: Using HTTP-Post for Queries

2007-01-20 Thread Erik Hatcher
On Jan 20, 2007, at 12:44 AM, Yonik Seeley wrote: On 1/19/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: Also consider that I expect Solr to support the XMLQueryParser at some point in the near future I had always planned on supporting an XML query format, but I never got a chance to review the

Re: listing/enumerating field information

2007-01-20 Thread Erik Hatcher
On Jan 19, 2007, at 9:59 PM, Erik Hatcher wrote: I think a standalone request handler to return all the field names in the index would be great. Anything this thing should return other than a list of field names? I think this should be standalone because it is separate from a search, and

Re: Using HTTP-Post for Queries

2007-01-20 Thread Chris Hostetter
: > In the back of my mind, I've been thinking about *how* to support : > multiple query syntaxes. : > trying to add new parameters everywhere specifying the type doesn't : > seem like a great idea (way too many places). : Good point. Yeah, it does make sense for the query type to be part : of t

Re: Using HTTP-Post for Queries

2007-01-20 Thread Yonik Seeley
On 1/20/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: : > In the back of my mind, I've been thinking about *how* to support : > multiple query syntaxes. : > trying to add new parameters everywhere specifying the type doesn't : > seem like a great idea (way too many places). : Good point. Yeah

Re: Using HTTP-Post for Queries

2007-01-20 Thread Chris Hostetter
: Some syntaxes might come by default from solrcondig.xml, and some : might come from the request. : Also, if you just needed one span query, you wouldn't want to force : all other queries to be in the same syntax. Think about having to : change your faceting code that uses QueryParser queries be

Re: Using HTTP-Post for Queries

2007-01-20 Thread Yonik Seeley
On 1/20/07, Chris Hostetter <[EMAIL PROTECTED]> wrote: what kinds of other info are you thinking of? minimum slop, default operator, how much to expand fuzzy queries, etc. More just leave the door open in the future rather than implementing now. untill you brought all this up, i'd been assumi

Re: listing/enumerating field information

2007-01-20 Thread Erik Hatcher
On Jan 19, 2007, at 11:34 PM, Yonik Seeley wrote: On 1/19/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: So, where are we with these things now? The one delta for my use case is getting ones that start with a certain prefix. I'll look into adding this when I can. The code for most of these