Found 57,832 results in 0.017 seconds. Displaying page 10 of 5,784, sorted by
Sent 2010-03-11 by Sascha Szott <szott@...>
Hi folks,
is there a way to sort facet values lexicographically in descending
order? If it's not possible right now, are there any feasible
workarounds to accomplish this?
Note: I've seen issue SOLR-1672, but it does not solve my problem since
it deals with facet counts only.
Best,
Sascha
Sent 2010-03-11 by Yonik Seeley <yonik@...>
On Thu, Mar 11, 2010 at 1:07 PM, Ya-Wen Hsu wrote:
> Hi all,
>
> I'm facing the same issue as previous post here: http://www.mail-archive.com/solr-user@lucene.apache.org/msg19511.html. Since no one answers this post, I thought I'll ask again. In my case, I use below setting for i...
Sent 2010-03-11 by Yonik Seeley <yonik@...>
On Thu, Mar 11, 2010 at 12:22 PM, muneeb wrote:
> I have made some changes to my schema, including setting of omitNorms to
> false for a few fields. I am using Solr1.4 with SolrJ client. I deleted my
> index using the client:
>
> solrserver.deleteByQuery("*:*");
> solrser...
Sent 2010-03-11 by Jean-Sebastien Vachon <js.vachon@...>
Hi All,
I'd like to know if it is possible to do the following on a multi-value field:
Given the following data:
document A: field1 = [ A B C D]
document B: field 1 = [A B]
document C: field 1 = [A]
Can I build a query such as :
-field: A
which will return all documents that do not...
Sent 2010-03-11 by Yonik Seeley <yseeley@...>
On Thu, Mar 11, 2010 at 1:11 PM, Jean-Sebastien Vachon
wrote:
> Hi,
>
> I'm trying to identify the bottleneck to get acceptable performance of a single shard containing 4.7 millions of documents using my own machine (Mac Pro - Quad Core with 8Gb of RAM with 4Gb allocated ...
Sent 2010-03-11 by Jean-Sebastien Vachon <js.vachon@...>
Hi,
I'm trying to identify the bottleneck to get acceptable performance of a single shard containing 4.7 millions of documents using my own machine (Mac Pro - Quad Core with 8Gb of RAM with 4Gb allocated to the JVM).
I tried using YourKit but I don't get anything about Solr classes. I'm new to...
Sent 2010-03-11 by Ya-Wen Hsu <yhsu@...>
Hi all,
I'm facing the same issue as previous post here: http://www.mail-archive.com/solr-user@lucene.apache.org/msg19511.html. Since no one answers this post, I thought I'll ask again. In my case, I use below setting for index
Sent 2010-03-11 by muneeb <muneebali1@...>
:
: Did you reindex after setting omitNorms to false? I'm not sure whether or
: not it is needed, but it makes sense.
Yes i deleted the old index and reindexed it.
Just to add another fact, that the titlles length is less than 10. I am not
sure if solr has pre-set values for length normalizatio...
Sent 2010-03-11 by Siddhant Goel <siddhantgoel@...>
Did you reindex after setting omitNorms to false? I'm not sure whether or
not it is needed, but it makes sense.
On Thu, Mar 11, 2010 at 5:34 PM, muneeb wrote:
>
> Hi,
>
> In my schema, the document title field has "omitNorms=false", which, if I
> am
> not wrong, causes ...
Sent 2010-03-11 by Trey <solrtrey@...>
Yep, as you've discovered, the import from ant build file doesn't work for
the solr build.xml in eclipse.
There is an excellent how-to for getting Solr up and running in Eclipse for
debugging purposes here:
http://www.lucidimagination.com/developers/artiicles/setting-up-apache-solr-in-eclipse
O...