Found 82,082 results in 0.034 seconds. Displaying page 5 of 8,209, sorted by
Sent 2010-09-02 by ankita shinde <ankitashinde002@...>
I am able to index all my entries in my table named info. This table has
four columns named id, name, city and branch.
I have written a data-config file as follow :
Sent 2010-09-01 by Lance Norskog <goksron@...>
Post your schema.
On Mon, Aug 30, 2010 at 2:04 PM, Scott K wrote:
> The new spatial filtering (SOLR-1586) works great and is much faster
> than fq={!frange. However, I am having problems sorting by distance.
> If I try
> GET 'http://localhost:8983/solr/select/?q=*:*&sort=dist(...
Sent 2010-09-01 by Lance Norskog <goksron@...>
Check out the function query feature, and the bf= parameter. It may be
that the existing functions meet your needs, or that you can add a few
new functions.
It can take a while to understand what you really want to do, so
writing a large piece of code now can be wasteful.
On Mon, Aug 30, 2010 a...
Sent 2010-09-01 by Lance Norskog <goksron@...>
I was just reading about configuring mass computation grids: hardware
writes on 2 striped disks take 10% than writes on a single disk,
because you have to wait for the slower disk to finish. So, single
disks without RAID are faster.
I don't know how much SSD disks cost, but they will certainly c...
Sent 2010-09-01 by Scott Gonyea <scott@...>
Hi,
I'm looking to get some direction on where I should focus my attention, with
regards to the Solr codebase and documentation. Rather than write a ton of
stuff no one wants to read, I'll just start with a use-case. For context,
the data originates from Nutch crawls and is indexed into Solr.
...
Sent 2010-09-01 by Erick Erickson <erickerickson@...>
Oh dear. Wildcard queries aren't analyzed, so I suspect it's a casing issue.
Try two things:
1> search for r-1*
2> look in your index and be sure the actual terms are there as you expect.
HTH
Erick
On Wed, Sep 1, 2010 at 4:35 PM, Hasnain wrote:
>
> Thankyou for your sugg...
Sent 2010-09-01 by Erick Erickson <erickerickson@...>
SOLR returns an XML packet (well, you can also specify other response
formats, e.b. JSON). Within that XML, there'll be some overall response
characteristics (e.g. number of matches) and a list of documents.
If you do the example setup (http://lucene.apache.org/solr/tutorial.html)
and submit a q...
Sent 2010-09-01 by Moazzam Khan <moazzamk@...>
Hi,
If this is how you configure the field collapsing cache, then I don't
have it setup:
I didnt add that part to solrco...
Sent 2010-09-01 by kenf_nc <ken.foster@...>
That's exactly what I want. I was just searching the wiki using the wrong
terms.
Thanks!
--
View this message in context: http://lucene.472066.n3.nabble.com/High-Low-field-value-tp1402568p1403164.html
Sent from the Solr - User mailing list archive at Nabble.com.
Sent 2010-09-01 by Geert-Jan Brits <gbrits@...>
StatsComponent is exactly what you're looking for.
http://wiki.apache.org/solr/StatsComponent
Cheers,
Geert-Jan
2010/9/1 kenf_nc
>
> I want to do range facets on a couple fields, a Price field in particular.
> But Price i...