Ha! That did it. Thanks. Is that because I'm using the trunk and not a
released version?
--
Thiago Jackiw
On Nov 15, 2007 2:49 PM, Mike Klaas <[EMAIL PROTECTED]> wrote:
> Have you build the project ('$ ant example')?
>
> -Mike
>
>
> On 15-Nov-07, at 2:
1 - - [15/11/2007:22:34:58 +] "GET /solr HTTP/1.1" 404 1291
127.0.0.1 - - [15/11/2007:22:34:05 +] "POST /solr/update
HTTP/1.1" 404 1298
Thanks.
--
Thiago Jackiw
On Nov 15, 2007 1:12 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
> Are there any exceptio
I've just downloaded the trunk version of Solr (great changes by the
way, kudos!) and all I get after the server starts are 404 errors
whenever I send requests.
Any ideas why this could be happening?
Thanks,
--
Thiago Jackiw
solr, rails
record_b: solr
I'm not looking into using the highlight feature for that.
Thanks,
--
Thiago Jackiw
Is it that simple? Cool, I'll give it a try.
--
Thiago Jackiw
On 7/5/07, Martin Grotzke <[EMAIL PROTECTED]> wrote:
On Thu, 2007-07-05 at 12:39 -0700, Thiago Jackiw wrote:
> Is there a way for a record to belong to multiple facets? If so, how
> would one go about implementing
"John Doe" his record would appear under both
"Cars" and "Electronics" facet categories.
Thanks.
--
Thiago Jackiw
ss searching for fields that require to
have a value like the way you explained is a good way to go.
Thanks!
--
Thiago Jackiw
acts_as_solr => http://acts-as-solr.railsfreaks.com
On 6/20/07, Chris Hostetter <[EMAIL PROTECTED]> wrote:
: I'm not sure if this is possible or not, but,
hanks,
--
Thiago Jackiw
acts_as_solr => http://acts-as-solr.railsfreaks.com
boosting on a per-field basis or on the entire document
acts_as_solr :fields => [{:price => {:boost => 5.0}}], :boost => 5.0
end
FIX: Fixed the acts_as_solr limitation to only accept
test|development|production environments.
===== /Changes
For more info:
http://acts_as_solr.railsfreaks.com
OR if your browser/isp can't render:
http://acts-as-solr.railsfreaks.com
--
Thiago Jackiw
Matt,
I could be wrong, but I think you can send a "delete by query" syntax:
*:*
--
Thiago Jackiw
acts_as_solr => http://acts-as-solr.railsfreaks.com
On 6/13/07, Matt Mitchell <[EMAIL PROTECTED]> wrote:
Hi,
Is there a way to have Solr completely remove the current index?
(http://opensvn.csie.org/acts_as_solr/trunk) aren't being
updated anymore and will become obsolete by release version 1.0.
Please use the addresses mentioned above.
Have fun!
--
Thiago Jackiw
The current address (http://acts-as-solr.rubyforge.org) will be
obsolete by release version 1.0
--
Thiago Jackiw
en to find instances of your model, just do:
Model.find_by_solr(query) or Model.find_id_by_solr(query)
Or if you want to specify the starting row and the number of rows per page:
Model.find_by_solr(query, :start => 0, :rows => 10)
Get it while it's hot => http://acts-as-solr.rubyforge.org
--
Thiago
Is there a way to retrieve all rows found without having to specify a value for
it (?q=sales&rows=HUGE_NUMBER)? For instance, what I'd like to do would be
something like "rows=*" or "rows=all" and that would return all the records
found, without any limits.
Thanks.
14 matches
Mail list logo