Re: difference between shard and core in solr

2011-07-17 Thread pravesh
>a single core is an index with same schema , is this wat core really is ? YES. A single core is a independent index with its own unique schema. You go with a new core for cases where your schema/analysis/search requirements are completely different from your existing core(s). >can a single cor

difference between shard and core in solr

2011-07-17 Thread jame vaalet
hi , i just wanna be clear in the concepts of core and shard ? a single core is an index with same schema , is this wat core really is ? can a single core contain two separate indexes with different schema in it ? Is a shard refers to a collection of index in a single physical machine ?can a

Re: Deleted docs in IndexWriter Cache (NRT related)

2011-07-17 Thread pravesh
commit would be the safest way for making sure the deleted content doesn't show up. Thanx Pravesh -- View this message in context: http://lucene.472066.n3.nabble.com/Deleted-docs-in-IndexWriter-Cache-NRT-related-tp3177877p3178179.html Sent from the Solr - User mailing list archive at Nabble.com.

SOLR Shard failover Query

2011-07-17 Thread pravesh
Hi, SOLR has sharding feature, where we can distribute single search request across shards; the results are collected,scored, and, then response is generated. Wanted to know, what happens in case of failure of specific shard(s), suppose, one particular shard machine is down? Does the request fail

random record from solr server

2011-07-17 Thread Jonty Rhods
Hi, How can I get random 100 record from last two days record from solr server. I am using solr 3.1 regards Jonty

Saravanan Chinnadurai/Actionimages is out of the office.

2011-07-17 Thread Saravanan . Chinnadurai
I will be out of the office starting 18/07/2011 and will not return until 20/07/2011. Please email to itsta...@actionimages.com for any urgent issues. Action Images is a division of Reuters Limited and your data will therefore be protected in accordance with the Reuters Group Privacy / Data P

RE: ' invisible ' words

2011-07-17 Thread deniz
Hi Jagdish, thank oyu very much for the tool that you have sent... It is really useful for this problem... After using the tool, I just got interesting results... for some words; when i use the tool. it returns the matched docs, on the other hand when i use solr admin page to make a search i can

Deleted docs in IndexWriter Cache (NRT related)

2011-07-17 Thread Nagendra Nagarajayya
Hi! If a document with an unique id is added again, the new document is added by deleting/marking the older doc as deleted. So when a search is made with an IndexReader obtained from the IndexWriter (for NRT) both the docs show up, the older doc and the newer updated doc. To prevent the olde

any detailed tutorials on plugin development?

2011-07-17 Thread deniz
anyone knows any tutorials on implementing tutorials? there is one page on wiki but i dont think we can it tutorial... i am looking for something with some example code... - Zeki ama calismiyor... Calissa yapar... -- View this message in context: http://lucene.472066.n3.nabble.com/any-detai

Re: how to get one word frequency from a document

2011-07-17 Thread Ahmet Arslan
> This function seems to work with solr > 4.0. How can I get solr 4.0? http://wiki.apache.org/solr/NightlyBuilds

Re: Document IDs instead of count for facets?

2011-07-17 Thread Yonik Seeley
On Sun, Jul 17, 2011 at 10:38 AM, Jeff Schmidt wrote: > I don't want to query for a particular facet value, but rather have Solr do a > grouping of facet values. I'm not sure about the appropriate nomenclature > there. But, I have a multi-valued field named "process" that can have values > such

Re: Document IDs instead of count for facets?

2011-07-17 Thread Jeff Schmidt
Hi Erik: On Jul 16, 2011, at 7:38 PM, Erik Hatcher wrote: > I'm a bit confused by what you're asking for, but maybe it's as simple as > making a fq=facet_field:facet_value&fl=id request? You'd have to do this for > each value in the field. I don't want to query for a particular facet value, b

Re: Solr Cloud shard shutdown problem

2011-07-17 Thread Jamie Johnson
Mark, Can you provide any insight on how to do this? I need to have this feature pretty soon so I figured I'd take a stab at it. On Sat, Jun 11, 2011 at 10:43 AM, Jamie Johnson wrote: > For some reasons my emails are getting rejected, but I had another question > related to SolrCloud > > Wh

Re: how to get one word frequency from a document

2011-07-17 Thread Allen
This function seems to work with solr 4.0. How can I get solr 4.0? 2011/7/16 Ahmet Arslan : >> I am trying to use TermVectorComponent to get the word >> frequency from >> a particular document. Here is the url I used: >> "q=someword+id%3A"somedoc"&qt=tvrh&tv.all=true". >> But the result >> include