Re: match count per shard and across shards

2011-01-29 Thread csj
I'm not sure I understand this. What is the difference between multible indexes and multible shards? -- View this message in context: http://lucene.472066.n3.nabble.com/match-count-per-shard-and-across-shards-tp2369627p2382499.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: match count per shard and across shards

2011-01-29 Thread csj
Interesting idea. I must investigate if this is a possibility - eg. how often will a document be reindexed from one shard to another - this is actually a possibility as a consequence of the way we configure our shards :-/ Thanks for the input! I was still hoping for a way to get that info from So

filed names for solr spatial

2011-01-29 Thread Dennis Gearon
I would love it if I could use 'latitude' and 'longitude' in all places. But it seems that solr spatial for 1.4 plugin only works with lat/lng. Any way to change that? Dennis Gearon Signature Warning It is always a good idea to learn from your own mistakes. It is usually a b

Re: get SOMETHING out of an index

2011-01-29 Thread Dennis Gearon
WEll, this is the query that USED to work, before we massaged the schema, (*I* did). solr/select?wt=json&indent=true&start=0&rows=20&q={!spatial lat=37.221293 long=-121.979192 radius=1000 unit=km threadCount=3} *:* WHOOPS!!! Just for fun, after spending HOURS screwing around with exceptions, a

Re: match count per shard and across shards

2011-01-29 Thread csj
Indeed the distribution across shards should be transparent. In fact, as a client I should not need to know anything about any shard. But as the current state of Solr (1.4) dictate an interface where you - as a client - must provide a list of shards, then the responsibility has been shiftet over t

Re: get SOMETHING out of an index

2011-01-29 Thread Estrada Groups
It would be really helpful to send along your schem.XML file so we can see how you are indexing these points. Polygons and linestrings are not supported yet. Another good way to test is using the Solr/admin tool or hand jamming your params in manually. Type *:* as your query in the admin tool. A

Re: Http Connection is hanging while deleteByQuery

2011-01-29 Thread Ravi Kiran
Hello Shan, Even my SOLR instance is getting hung on deleteById or deleteByQuery. Iam using Solr 1.4.1 and have about 900k docs in my core. solr used to work till about 750k docs (not exactly sure though), from then onwards it is hanging for a long time and ultimately throws a Sock

Solr Indexing Performance

2011-01-29 Thread Darx Oman
Hi guys I'm running a solr instance (trunk) in my dev. Server to test my configuration. I'm doing a DIH full import to index 49 PDF files with their corresponding database records. Both the PDF files and database are local in the server. *Server : * · Windows 2008 R2 · MS S

get SOMETHING out of an index

2011-01-29 Thread Dennis Gearon
I indexed my whole database (only 52k records). It has some geospatioal on it. I set the geospatial to 1000km radius to centered on the town where they all are, and NADA comes out. How can I find out what's in the index and get at least ONE document out? Dennis Gearon Signature Warning

Re: solr - uima error

2011-01-29 Thread Darx Oman
Hi I already copied "apache-solr-uima-4.0-SNAPSHOT.jar"tosolr\lib but what causing the error is this < updateRequestProcessorChain name="uima"> this class is not found processor class="org.apache.solr.uima.processor.UIMAProcessorFactory

RE: match count per shard and across shards

2011-01-29 Thread Bob Sandiford
Or - you could add a standard field to each shard, populate with a distinct value for each shard, and facet on that field. Then look at the facet counts of the value that corresponds to a shard, and, hey-presto, you're done... Bob Sandiford | Lead Software Engineer | SirsiDynix P: 800.288.8020

Re: match count per shard and across shards

2011-01-29 Thread Dennis Gearon
Sounds like the interface level to achieve this is multiple indexes. Dennis Gearon Signature Warning It is always a good idea to learn from your own mistakes. It is usually a better idea to learn from others’ mistakes, so you do not have to make them yourself. from 'http://b

Re: match count per shard and across shards

2011-01-29 Thread Upayavira
To my knowledge, the distributed search functionality is intended to be transparent, thus no details deriving from it are exposed (e.g. what docs come from which shard), so, no, I don't believe it to be possible. The only way I know right now that you could achieve it is by two (sets of) queries.

Re: velocity tools in solr-contrib-velocity?

2011-01-29 Thread Gora Mohanty
On 1/29/11, Paul Libbrecht wrote: > > Hello list, > > can anyone tell me how I can plug the velocity tools into my solr? [...] Not sure what you mean by "plugging in" the tools. There is http://wiki.apache.org/solr/VelocityResponseWriter , but I imagine that you have already seen that. Regards,

Re: [Failure] to start Solr 4.0

2011-01-29 Thread Estrada Groups
It would seem like several of the sun projects require the "ant dist" command in order for everything to get built properly. Solr and Uima being two that have been mentioned in the last two days. Is there any way that we can include these in the root build script to cut out all the extra steps?

Re: solr - uima error

2011-01-29 Thread Tommaso Teofili
Hi Darx you need to run 'and dist' under solr/contrib/uima and then reference the created jar (under solr/contrib/uima/build) inside the solrconfig.xml ( tag) of your instance. Hope this helps, Tommaso 2011/1/29 Darx Oman > I tried to do the uima integration with solr > I followed the steps in t

match count per shard and across shards

2011-01-29 Thread csj
Hi, Is it possible to construct a Solr query that will return the total number of hits there across all shards, and at the same time getting the number of hits per shard? I was thinking along the lines of a faceted search, but I'm not deep enough into Solr capabilities and query parameters to fi

Re: Filter Query, Filter Cache and Hit Ratio

2011-01-29 Thread Renaud Delbru
Thanks a lot, this totally makes sense but it was hard to figure this out. cheers -- Renaud Delbru On 28/01/11 20:39, cbenn...@job.com wrote: Ooops, I meant NOW/DAY -Original Message- From: cbenn...@job.com [mailto:cbenn...@job.com] Sent: Friday, January 28, 2011 3:37 PM To: solr-use