Re: pdfs

2014-05-25 Thread Siegfried Goeschl
Hi Brian, can you send me the email? I would like to play around :-) Have you opened a JIRA for PdfBox? If not I willl open one if I can reproduce the issue … Thanks in advance Siegfried Goeschl On 25 May 2014, at 04:18, Brian McDowell wrote: > Our feeding (indexing) tool halts because So

Re: pdfs

2014-05-25 Thread Siegfried Goeschl
Sorry typo :- can you send me the PDF by email directly :-) Siegfried Goeschl On 25 May 2014, at 10:06, Siegfried Goeschl wrote: > Hi Brian, > > can you send me the email? I would like to play around :-) > > Have you opened a JIRA for PdfBox? If not I willl open one if I can reproduce > the

RE: multiple queries in single request

2014-05-25 Thread Pavel Belenkovich
Thanx Jack! Could someone please explain what "batching" means in this case? (Assuming I have just 1-2 documents per requested id) regards, Pavel. -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Thursday, May 22, 2014 15:51 To: solr-user@lucene.apache.org

Re: Distributed Search in Solr with different queries per shard

2014-05-25 Thread Ramkumar R. Aiyengar
I agree with Eric that this is premature unless you can show that it makes a difference. Firstly why are you splitting the data into multiple time tiers (one recent, and one all) and then waiting to merge results from all of them? Time tiering is useful when you can do the search separately on bot

RE: Query translation of User Fields

2014-05-25 Thread Liram Vardi
Hi Jack, Thank you for your answer. I submitted the following Jira issue: https://issues.apache.org/jira/browse/SOLR-6113 Thanks, Liram -Original Message- From: Jack Krupansky [mailto:j...@basetechnology.com] Sent: Thursday, May 22, 2014 5:56 PM To: solr-user@lucene.apache.org Subject

Re: Query translation of User Fields

2014-05-25 Thread Yonik Seeley
On Thu, May 22, 2014 at 10:56 AM, Jack Krupansky wrote: > Hmmm... that doesn't sound like what I would have expected - I would have > thought that Solr would throw an exception on the "user" field, rather than > simply treat it as a text keyword. No, I believe that's working as designed. edismax

Re: 答复: Internals about "Too many values for UnInvertedField faceting on field xxx"

2014-05-25 Thread Yonik Seeley
On Sat, May 24, 2014 at 9:50 PM, 张月祥 wrote: > Thanks for your reply. I'll try it. > > We're still interested in the real limitation about "Too many values for > UnInvertedField faceting on field xxx" . > > Could anybody tell us some internals about "Too many values for > UnInvertedField faceting

Re: Query translation of User Fields

2014-05-25 Thread Jack Krupansky
I stand corrected! I used to know that. But I do think the doc for edismax should be more clear on this point- what happens if an invalid field name is referenced - or more specifically, what happens if the user references a legitimate field name that merely happens to be disallowed using uf.

Re: SolrCloud Nodes autoSoftCommit and (temporary) missing documents

2014-05-25 Thread Steve McKay
Solr can add the filter for you: timestamp:[* TO NOW-30SECOND] Increasing soft commit frequency isn't a bad idea, though. I'd probably do both. :) On May 23, 2014, at 6:51 PM, Michael Tracey wrote: > Hey all, > > I've got a number of nodes (Solr 4.4 Cloud) that I'm balanc

Re: SolrCloud Nodes autoSoftCommit and (temporary) missing documents

2014-05-25 Thread Siegfried Goeschl
Hi folks, I think that the timestamp should be rounded down to a minute (or whatever) to avoid trashing the filter query cache Cheers, Siegfried Goeschl On 25 May 2014, at 18:19, Steve McKay wrote: > Solr can add the filter for you: > > > >timestamp:[* TO NOW-30SECOND] > >

Re: “ClientAbortException: java.io.IOException” in solr query error

2014-05-25 Thread Tirthankar
But this exception could be thrown by SOLRJ which is a client to the SOLR server. Isn't that possible. -- View this message in context: http://lucene.472066.n3.nabble.com/ClientAbortException-java-io-IOException-in-solr-query-error-tp4082321p4138093.html Sent from the Solr - User mailing list

Solr - Cores not initialised

2014-05-25 Thread Manikandan Saravanan
Hi, I’m running Solr 4.6.0 on an Ubuntu box. I recently made the following changes: 1. I edited Schema.xml to index my data by a column called timestamp. 2. I then ran the reload procedure as mentioned here  https://wiki.apache.org/solr/CoreAdmin#RELOAD After that, when I restarted Solr, I get a