Re: Posting from Ant

2007-01-31 Thread Erik Hatcher
Good eye, Hoss! I meant to mention the task, but my Ant committership would have been revoked :) (just kidding, but it is controversial and this is why it doesn't exist in Ant itself). And you can, of course, always to curl or to Solr's example post.sh. Erik On Feb 1, 2007,

RE: Posting from Ant

2007-01-31 Thread Chris Hostetter
: I wondered about that file attribute too, but I think it's supposed to : call up a java properties file to set name-value pairs. And anyway it's the site you're looking at seems to have an older version of the ant-contrib modules ... if you look at the primary documentation it mentions a "rawFi

Re: lucene version in release 1.1

2007-01-31 Thread Yonik Seeley
On 1/31/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: Speaking of which, I know we are waiting on some settling of Lucene's trunk before upgrading, but I'd love to have the *:* QueryParser syntax. I had a weird issue where I indexed 50k objects recently with the basic "text" field schema, and a [*

Re: SV: Re: SOLR-116

2007-01-31 Thread Erik Hatcher
On Jan 30, 2007, at 5:33 AM, Antonio Eggberg wrote: Erik Hatcher <[EMAIL PROTECTED]> skrev: So, no, the current information provided by this handler does not contain frequency information. I'd be happy to consider patches that allow it to provide more information, though I'd like to keep the ba

RE: Posting from Ant

2007-01-31 Thread Binkley, Peter
Erik wrote: The 'file' attribute might be able to do the trick, though I'm not quite sure from the description. I wondered about that file attribute too, but I think it's supposed to call up a java properties file to set name-value pairs. And anyway it's only a single file rather than a

Re: lucene version in release 1.1

2007-01-31 Thread Erik Hatcher
Speaking of which, I know we are waiting on some settling of Lucene's trunk before upgrading, but I'd love to have the *:* QueryParser syntax. I had a weird issue where I indexed 50k objects recently with the basic "text" field schema, and a [* TO *] reported 4 documents, so I tried -[

Re: Posting from Ant

2007-01-31 Thread Erik Hatcher
On Jan 31, 2007, at 1:56 PM, Binkley, Peter wrote: Is there an Ant task out there somewhere that can POST bunches of files to Solr, doing what the post.sh script does but with filesets? Great question. And you'd think I'd be able to help, but alas I've not done this myself. I've found

Re: MoreLikeThis similarity-type queries in Solr

2007-01-31 Thread Erik Hatcher
I'm happy to apply this soon, as I could use it myself and deprecate the custom stuff I've done in Collex. At the very latest, I'll tackle this when unit tests arrive, or maybe before. Thanks for the reminder, Bertrand. Erik On Jan 31, 2007, at 3:37 PM, Bertrand Delacretaz wrote:

Re: lucene version in release 1.1

2007-01-31 Thread Chris Hostetter
: The nightly build date and subversion revision are in CHANGES.txt when looking at the "Solr Info" page for your setup, it will also tell you the version info from the Lucene jar... http://localhost:8983/solr/admin/registry.jsp Lucene Specification Version: nightly Lucene Imple

Re: lucene version in release 1.1

2007-01-31 Thread Yonik Seeley
On 1/31/07, Stefan Groschupf <[EMAIL PROTECTED]> wrote: I wonder which version of lucene is used with solr release 1.1? I was not able to find any documentation and the jars named like lucene-core-nightly.jar. So does anyone has an idea? May be a svn tag or date from lucene? The nightly build d

lucene version in release 1.1

2007-01-31 Thread Stefan Groschupf
Hi, I wonder which version of lucene is used with solr release 1.1? I was not able to find any documentation and the jars named like lucene-core-nightly.jar. So does anyone has an idea? May be a svn tag or date from lucene? Thanks. Stefan

Re: Couple of ruby/solrb questions..

2007-01-31 Thread Chris Hostetter
: This feels like a bug, is it ticketed? Solr::Request::Select requests : are POSTing URL encoded name/value pairs so the Content-type is : appropriate...But Solr::Request::AddDocument (and others) are posting : xml so the Content-type should be text/xml. There needs to be logic : for differentiat

Re: MoreLikeThis similarity-type queries in Solr

2007-01-31 Thread Bertrand Delacretaz
On 1/31/07, Andrew Nagy <[EMAIL PROTECTED]> wrote: >... Yes, there's a patch in http://issues.apache.org/jira/browse/SOLR-69 -... Anyword on something like this being incorporated into the official SOLR release? The patch is quite simple, I think we could commit it soon if the other committer

Re: MoreLikeThis similarity-type queries in Solr

2007-01-31 Thread Andrew Nagy
Bertrand Delacretaz wrote: On 1/31/07, Brian Whitman <[EMAIL PROTECTED]> wrote: Does Solr have support for the Lucene query-contrib "MoreLikeThis" query type or anything like it? ... Yes, there's a patch in http://issues.apache.org/jira/browse/SOLR-69 - if you try it, please add your comments

Re: MoreLikeThis similarity-type queries in Solr

2007-01-31 Thread Bertrand Delacretaz
On 1/31/07, Brian Whitman <[EMAIL PROTECTED]> wrote: Does Solr have support for the Lucene query-contrib "MoreLikeThis" query type or anything like it? ... Yes, there's a patch in http://issues.apache.org/jira/browse/SOLR-69 - if you try it, please add your comments on that page. -Bertrand

MoreLikeThis similarity-type queries in Solr

2007-01-31 Thread Brian Whitman
Does Solr have support for the Lucene query-contrib "MoreLikeThis" query type or anything like it? I know that you can specify your own similarity scorer but we're looking for a way to do direct "query by document number" type queries in Solr. -Brian

Posting from Ant

2007-01-31 Thread Binkley, Peter
Is there an Ant task out there somewhere that can POST bunches of files to Solr, doing what the post.sh script does but with filesets? I've found the http post task (http://antelope.tigris.org/nonav/docs/manual/bk03ch17.html), but it just posts name-value pairs, not files; and Slide's set of webd

Re: Using HTTP-Post for Queries

2007-01-31 Thread Yonik Seeley
On 1/31/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote: Posting a "normal" query-string would be fine, but that doesn't seem to work... I tried the solr-1.1.0 with Jetty (as in the tutorial) using curl. My request: curl -F q=solr http://localhost:8983/solr/select/ (after loading the xml example

Re: Using HTTP-Post for Queries

2007-01-31 Thread Maximilian Hütter
Erik Hatcher schrieb: > > On Jan 24, 2007, at 9:38 AM, Maximilian Hütter wrote: >> Erik Hatcher schrieb: >>> >>> 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: >>> >>>

Re: Couple of ruby/solrb questions..

2007-01-31 Thread Edward Summers
On Jan 31, 2007, at 3:21 AM, Antonio Eggberg wrote: Hi: Two questions .. I am wondering about the following in the file solrb/lib/solr/ connection.rb we are doing http post { "Content-Type" => "application/x-www-form-urlencoded; charset=utf-8" }) however the file under example/exampledocs

Couple of ruby/solrb questions..

2007-01-31 Thread Antonio Eggberg
Hi: Two questions .. I am wondering about the following in the file solrb/lib/solr/connection.rb we are doing http post { "Content-Type" => "application/x-www-form-urlencoded; charset=utf-8" }) however the file under example/exampledocs/post.sh is using Content-type:text/xml; charset=utf-8 I