solr result handler??

2014-08-29 Thread cmd.ares
I have a blacklist save some keywords,and the query results need to be excluded the blacklist。if any filed value contains the keyword,the row should be removed. I think there are two ways: 1.modify the solr resultset handler..and which class can be modify? 2.if can implement or extend some class to

Re: Announcing "Splainer" -- Open Source Solr Sandbox

2014-08-29 Thread Doug Turnbull
Thanks to everyone that has sent me feedback on Splainer. I've resolved a couple of immediate issues surrounding pulling fl from the query: - not specifying an "fl" defaulted to just showing the id field's value for title/content -- we now assume to show more content (fl=*) not less - Splainer now

A Fast, Generic, Solr Log Reader

2014-08-29 Thread Mark Miller
I am often asked to take a look at one to many Solr log files that are hundreds of megabytes to gigabytes in size. "Peaking" at this amount of logs is a bit time consuming. Anybody that does this often enough has to build a log parsing tool eventually. One off greps can only get you so far. The las

Re: Unsubscribe solr-user: mw...@spcapitaliq.com

2014-08-29 Thread Erick Erickson
Please follow the instructions here: https://wiki.apache.org/solr/Unsubscribing%20from%20mailing%20lists Do note that you must use the exact e-mail address you used to subscribe to the list in the first place. Best, Erick On Fri, Aug 29, 2014 at 12:30 PM, Wang, Matt wrote: > Please unsubscrib

Re: Specify Analyzer per field

2014-08-29 Thread Walter Underwood
Then don’t use schemaless. We need a LOT more info about the application. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ On Aug 29, 2014, at 4:11 PM, Erick Erickson wrote: > bq: Can't you just use old fashion dynamic fields and use suffixes to mark > the > type

Re: solr query gives different numFound upon refreshing

2014-08-29 Thread Erick Erickson
bq: What is Master Searching vs. Master Replicable vs Slave Searching Likely leftover from the days when master/slave was the only option. You can pretty much ignore it in SorlrCloud I think. Best, Erick On Fri, Aug 29, 2014 at 11:38 AM, Joshi, Shital wrote: > Eric, > > Thanks your reply. > >

Re: Specify Analyzer per field

2014-08-29 Thread Erick Erickson
bq: Can't you just use old fashion dynamic fields and use suffixes to mark the type you want? Not with "schemaless" I don't think, since you don't quite know what the names of the fields are in the first place. It's unlikely that the input format has field names like "age_t" that would map to the

Re: Solr and HDFS

2014-08-29 Thread Michael Della Bitta
Are you sure you have your namenode URL set correctly? Usually the namenode URL points at port 8020, whereas the RPC port is 8022. To answer the original question, CDH 5 ships with a patched Solr 4.6. If that's the version you want to run, you might as well use theirs. I have a testing cluster wit

RE: Unsubscribe solr-user: mw...@spcapitaliq.com

2014-08-29 Thread Wang, Matt
Please unsubscribe mw...@spcapitaliq.com Thanks, -Original Message- From: David Robinson [mailto:davidalexanderrobin...@gmail.com] Sent: Friday, August 29, 2014 3:09 PM To: solr-user@lucene.apache.org Subject: Unsubscribe solr-user Unsubscribe solr-u...@lucence.apache.org The informat

RE: Unsubscribe solr-user

2014-08-29 Thread Wang, Matt
-Original Message- From: David Robinson [mailto:davidalexanderrobin...@gmail.com] Sent: Friday, August 29, 2014 3:09 PM To: solr-user@lucene.apache.org Subject: Unsubscribe solr-user Unsubscribe solr-u...@lucence.apache.org The information contained in this message is intended only for

Re: Issue with multivalued fields in UIMA

2014-08-29 Thread Tommaso Teofili
Hi, it'd be good if you could open a Jira issues (with a patch preferably) describing your findings. Thanks, Tommaso 2014-08-29 18:34 GMT+02:00 mkhordad : > I solved it. It was caused by a bug in UIMAUpdateRequestProcessor. > > > > -- > View this message in context: > http://lucene.472066.n3.n

Unsubscribe solr-user

2014-08-29 Thread David Robinson
Unsubscribe solr-u...@lucence.apache.org

RE: solr query gives different numFound upon refreshing

2014-08-29 Thread Joshi, Shital
Eric, Thanks your reply. We will increase autocommit setting and let you know. We are using Solr Cloud (4.8.0). When from the Solr admin gui, select a collection and see the Overview tab, We see three versions of index though we have just 1 replica. Master (Searching) Master (Replicable) S

Re: Solr and HDFS

2014-08-29 Thread nagyMarcelo
I´m with the same problem. This is what is throw. RuntimeException: Problem creating directory: hdfs://10.58.10.147:8022/usr/solr/FavorecidoHdfs/core_node1/BY9/lws-main/data/solr/cores/favorecidohdfs_6/data/FavorecidoHdfs_shard1_replica1 at org.apache.solr.store.hdfs.HdfsDirectory.(HdfsDir

Re: external indexer for Solr Cloud

2014-08-29 Thread Jack Krupansky
My other thought was that maybe he wants to do index updates outside of the cluster that is handling queries, and then copy in the completed index. Or... maybe take replicas out of the query rotation while they are updated. Or... maybe this is yet another X-Y problem! -- Jack Krupansky -O

Re: Issue with multivalued fields in UIMA

2014-08-29 Thread mkhordad
I solved it. It was caused by a bug in UIMAUpdateRequestProcessor. -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-with-multivalued-fields-in-UIMA-tp4155609p4155864.html Sent from the Solr - User mailing list archive at Nabble.com.

Indexing Error IOException

2014-08-29 Thread Joseph Obernberger
I'm getting the following error when I'm indexing a large number of documents (in the millions). I do not see any errors on the two solr cloud servers only on the processes that are doing the indexing. The error is thrown from: cloudSolrServer.add(solrDoc); I can't see to put my finger on the cau

Re: Specify Analyzer per field

2014-08-29 Thread Walter Underwood
Let’s get more information about exactly what he is trying to achieve with Solr. It is possible this is an X-Y problem. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ On Aug 29, 2014, at 9:04 AM, Jack Krupansky wrote: > But that doesn't let him change or overrid

Re: Specify Analyzer per field

2014-08-29 Thread Jack Krupansky
But that doesn't let him change or override the analyzer for the field type. -- Jack Krupansky -Original Message- From: Alexandre Rafalovitch Sent: Friday, August 29, 2014 11:55 AM To: solr-user Subject: Re: Specify Analyzer per field Can't you just use old fashion dynamic fields

Re: Specify Analyzer per field

2014-08-29 Thread Alexandre Rafalovitch
Can't you just use old fashion dynamic fields and use suffixes to mark the type you want? On 29/08/2014 8:17 am, "Ankit Jain" wrote: > Hi All, > > I would like to use schema less feature of Solr and also want to specify > the analyzer of each field at runtime(specify analyzer at the time of > add

Re: CopyField Wildcard Exception possible?

2014-08-29 Thread Ahmet Arslan
How about using ScriptUpdateProcessor? On Friday, August 29, 2014 5:39 PM, O. Olson wrote: Thank you Joe. I am not familiar with creating a JIRA ticket. I was however hoping that there might be a solution to this. If there is none, then I would consider explicitly specifying the fields. O. O.

Re: external indexer for Solr Cloud

2014-08-29 Thread Shawn Heisey
On 8/29/2014 5:21 AM, Lee Chunki wrote: > Is there any way to run external indexer for solar cloud? Jack asked an excellent question. What do you mean by this? Unless you're using the dataimport handler, all indexing is external to Solr. > my situation is : > > * running two indexer ( for fail

Re: CopyField Wildcard Exception possible?

2014-08-29 Thread O. Olson
Thank you Joe. I am not familiar with creating a JIRA ticket. I was however hoping that there might be a solution to this. If there is none, then I would consider explicitly specifying the fields. O. O. -- View this message in context: http://lucene.472066.n3.nabble.com/CopyField-Wildcard-Excep

/suggest relevancy?

2014-08-29 Thread Schneck, Eric (KMNYC)
Dear List, This is my first post to the Solr list. Please excuse me if this question has been answered elsewhere, but I have searched for a few hours and cannot find anything. I am writing an application that searches a list of product names, and uses /suggest for a predictive text-entry

Re: Specify Analyzer per field

2014-08-29 Thread Jack Krupansky
Different field TYPES, not different fields. -- Jack Krupansky -Original Message- From: Ahmet Arslan Sent: Friday, August 29, 2014 8:49 AM To: solr-user@lucene.apache.org Subject: Re: Specify Analyzer per field Hi, I think he wants to change query analyzer dynamically, where index an

Re: Execute Lucene query on Solr

2014-08-29 Thread Ahmet Arslan
Hi, You best would be https://issues.apache.org/jira/browse/SOLR-839 or https://issues.apache.org/jira/browse/SOLR-4351 Ahmet On Friday, August 29, 2014 3:19 PM, Ankit Jain wrote: Hi All, We would want to run the pure lucene queries on Solr. Can you please suggest some examples to achie

Re: Specify Analyzer per field

2014-08-29 Thread Ahmet Arslan
Hi, I think he wants to change query analyzer dynamically, where index analyzer remains same. I needed that functionality in the past. Creating additional field would waste resources, if the difference is in the query analyzer only. Ahmet On Friday, August 29, 2014 3:39 PM, Jack Krupansky

Re: Specify Analyzer per field

2014-08-29 Thread Jack Krupansky
Each field type specifies a single analyzer (although query, index, and multi-term are separate analyzers). If you want to have multiple analyzers for a given field type, then you need to have a separate field type for each. If you expect to have that fine control over field type issues, then

Execute Lucene query on Solr

2014-08-29 Thread Ankit Jain
Hi All, We would want to run the pure lucene queries on Solr. Can you please suggest some examples to achieve the above feature? -- Thanks, Ankit Jain

Specify Analyzer per field

2014-08-29 Thread Ankit Jain
Hi All, I would like to use schema less feature of Solr and also want to specify the analyzer of each field at runtime(specify analyzer at the time of adding new field into solr). Also, I want to use the different analyzer for same field type. -- Thanks, Ankit Jain

Re: external indexer for Solr Cloud

2014-08-29 Thread Jack Krupansky
What exactly are you referring to by the term "external indexer"? -- Jack Krupansky -Original Message- From: Lee Chunki Sent: Friday, August 29, 2014 7:21 AM To: solr-user@lucene.apache.org Subject: external indexer for Solr Cloud Hi, Is there any way to run external indexer for sola

external indexer for Solr Cloud

2014-08-29 Thread Lee Chunki
Hi, Is there any way to run external indexer for solar cloud? my situation is : * running two indexer ( for fail over ) and two searcher. * just use two searcher for service. * have plan to move on Solr Cloud however I wonder that if I run indexing job on one of the solr cloud server, the ser

Re: redo log for solr

2014-08-29 Thread Dmitry Kan
@Shawn: the suggestion about custom UP you made proves to be really useful. Thanks! It is also great to learn the internal solr API of searching documents (need to find documents in Solr and store in a paper trail before they get deleted). Dmitry On Thu, Aug 28, 2014 at 4:25 PM, Dmitry Kan wro