Re: Split one string into many fields

2007-01-22 Thread Ryan McKinley
looks like we wont save the discussion for later :) At this point though, I can't for the life of me remeber what Ryan said to convince me that it made sense to have a DocumentParser concept that UpdateHandlers could delegate to -- as opposed to the UpdateHandler doing it directly :) We wer

Re: Split one string into many fields

2007-01-22 Thread Chris Hostetter
: > ...When we get to it, I'd like to hear why it (things like PDF parsing) : > should be inside Solr rather than outside using our update interfaces : : Same here. I wouldn't way that i think it *should* be inside of Solr, just that it *could* be inside of Solr. the use case i imagine is wh

Re: Using HTTP-Post for Queries

2007-01-22 Thread Yonik Seeley
On 1/22/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: On Jan 21, 2007, at 11:12 PM, Yonik Seeley wrote: > On 1/21/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: >> Yes, I think different syntaxes in different places would be useful. >> For example, a user enters a full-text search query that is suita

Re: Using HTTP-Post for Queries

2007-01-22 Thread Erik Hatcher
On Jan 21, 2007, at 11:12 PM, Yonik Seeley wrote: On 1/21/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: Yes, I think different syntaxes in different places would be useful. For example, a user enters a full-text search query that is suitable to use with Solr's QueryParser, and then the user facet

Re: Using HTTP-Post for Queries

2007-01-22 Thread Erik Hatcher
On Jan 22, 2007, at 4:09 AM, Maximilian Hütter wrote: Is there a XMLQueryParser yet? I didn't find it in the source. Yes - it's part Lucene's contrib area: You'll have to build the JAR and put it into Solr's WA

Re: Admin page went down

2007-01-22 Thread Bertrand Delacretaz
On 10/31/06, Yu-Hui Jin <[EMAIL PROTECTED]> wrote: I kept the solr jetty server running on my box for a couple of days. Today I found I can no longer access the admin page. It gives the following error page: HTTP ERROR: 404... I've seen the same thing today on one of my Solr in

Re: Using HTTP-Post for Queries

2007-01-22 Thread Maximilian Hütter
Thank you for the answers, the idea was to use Solr with REST. Is there a XMLQueryParser yet? I didn't find it in the source. Max Erik Hatcher schrieb: > Also consider that I expect Solr to support the XMLQueryParser at some > point in the near future, which would be POSTed in a body for a search

Re: Split one string into many fields

2007-01-22 Thread Bertrand Delacretaz
On 1/22/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: ...When we get to it, I'd like to hear why it (things like PDF parsing) should be inside Solr rather than outside using our update interfaces Same here. I haven't had time to follow the recent (rich) design discussions about this stuff, b