| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
2823 (0.279s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Debugging Map Reduce Jobs at Solr - Solr - [mail # user]
|
|
...Hi, Solr doesn't really do MapReduce jobs. Maybe you mean distributed search where queries are dispatched to N servers and then responses are merged/reduced to top N and returned...
|
|
|
Author: Otis Gospodnetic,
2013-03-26, 15:46
|
|
|
Re: Slow performance on distributed search - Solr - [mail # user]
|
|
...Hi, Does your query really need to search all 40 shards? If not, dispatching the query only to shards that need to be queried will help. Otis SOLR Performance Monitoring - ...
|
|
|
Author: Otis Gospodnetic,
2013-03-26, 15:38
|
|
|
Re: Scaling Solr on VMWare - Solr - [mail # user]
|
|
...Hi Frank, If your servlet container had a crazy low setting for the max number of threads I think you would see the CPU underutilized. But I think you would also see errors in on...
|
|
|
Author: Otis Gospodnetic,
2013-03-26, 04:08
|
|
|
Re: Shingles Filter Query time behaviour - Solr - [mail # user]
|
|
...Hi, What does your query look like? Does it look like q=name:dark knight? If so, note that only "dark" is going against the "name" field. Try q=name:dark name:knight ...
|
|
|
Author: Otis Gospodnetic,
2013-03-26, 03:51
|
|
|
Re: Solr index Backup and restore of large indexs - Solr - [mail # user]
|
|
...Hi, Try something like this: http://host/solr/replication?command=backup See: http://wiki.apache.org/solr/SolrReplication Otis Solr & ElasticSearch Support http://sematext....
|
|
|
Author: Otis Gospodnetic,
2013-03-26, 03:43
|
|
|
Re: opinion: Stats over the faceting component - Solr - [mail # user]
|
|
...Nope, this doesn't find it: http://search-lucene.com/?q=facet+stats&fc_project=Solr&fc_type=issue Maybe Anirudha wants to do that? Otis Solr & ElasticSearch Support http://semate...
|
|
|
Author: Otis Gospodnetic,
2013-03-26, 03:40
|
|
|
Re: Using Solr For a Real Search Engine - Solr - [mail # user]
|
|
...Hi, This question is too open-ended for anyone to give you a good answer. Maybe you want to ask more specific questions? As for embedding vs. war, start with a simpler war ...
|
|
|
Author: Otis Gospodnetic,
2013-03-26, 03:27
|
|
|
[SOLR-4237] Implement index aliasing - Solr - [issue]
|
|
...This is handy for searching log indices and in all other situations where indices are added (and possibly deleted) over time. Index aliasing allows one to map an arbitrary set of indic...
|
|
|
http://issues.apache.org/jira/browse/SOLR-4237
Author: Otis Gospodnetic,
2013-03-26, 03:24
|
|
|
Re: Welcome Shawn Heisey as Lucene/Solr committer - Lucene - [mail # dev]
|
|
...Welcome Shawn. I'm most impressed by the "five children" part. I have "only" two and it ain't easy... (is this getting indexed and will my kids be able to find this N years from ...
|
|
|
Author: Otis Gospodnetic,
2013-03-26, 03:15
|
|
|
Re: OutOfMemoryError - Solr - [mail # user]
|
|
...Arkadi, jstat -gcutil -h20 2000 100 also gives useful info about GC and I use it a lot for quick insight into what is going on with GC. SPM (see http://sematext.com/spm/ind...
|
|
|
Author: Otis Gospodnetic,
2013-03-26, 02:45
|
|
|
|