Hi to everybody,
My name is Thiago and I'm new with Apache Solr and NoSQL databases. At the
moment, I'm working and using Solr for document indexing. My Question is: Is
there any way to retrieve the tokens in place of the original data?
For example:
I have a field using the
21
45
91
Is there any possible way to do it with facet search? I don't want the
terms, I just want each string including the white spaces. Do I have to
change my fieldtype to do this?
Thanks to everybody.
Thiago
--
View this message in context:
http://l
Thank you very much, Erik. I just changed the fieldtype to String and it
worked as I expected. Now I can select the count of the series. Thanks again
and thanks the others too.
Thiago
Erik Hatcher-4 wrote
>
> Thiago -
>
> You'll want your series field to be of type "
't seems OK. My
computer is starting swap and my crawler is running very slow. My professor
told me that it is using the cache. What can I do? Is there any option that
I should choose to solve this problem?
Thanks in advance
Thiago
--
View this message in context:
http://lucene.472066.n3.nabb
osing my fields, but it was
posted in 2010. Is this functionality present in solr nowadays?
Thanks to everybody,
Thiago
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-update-one-field-without-losing-the-others-tp3989959.html
Sent from the Solr - User mailing
I'm already downloading the document and updating it with all the changes. I
thought it had an easier way to do it.
Thanks for the information, Michael Della Bitta.
Thiago de Sousa Silveira
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-update-one-field-wi
solr, rails
record_b: solr
I'm not looking into using the highlight feature for that.
Thanks,
--
Thiago Jackiw
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
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
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:
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.
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
The current address (http://acts-as-solr.rubyforge.org) will be
obsolete by release version 1.0
--
Thiago Jackiw
(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
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?
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
hanks,
--
Thiago Jackiw
acts_as_solr => http://acts-as-solr.railsfreaks.com
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,
"John Doe" his record would appear under both
"Cars" and "Electronics" facet categories.
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
20 matches
Mail list logo