Searching words with spaces for word without spaces in solr

2014-05-28 Thread sunshine glass
Dear Team, How can I handle compound word searches in solr ?. How can i search hand bag if I have handbag in my index. While using shingle in query analyzer, the query ice cube creates three tokens as ice,cube, icecube. Only ice and cubes are searched but not icecubes.i.e not working for pair

Re: Solr shut down by itself

2014-05-28 Thread rachun
HI Alex, Thank you very much for your suggestion. I found some OOM problem before it shut down. Now I will try to fix that problem. Best, Chun. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-shut-down-by-itself-tp4138233p4138378.html Sent from the Solr - User mailing

aliasing for Stats component

2014-05-28 Thread Mohit Jain
Hi, In a solr request one can specify aliasing for returned fields using key:fl_name in fl param. I was looking at stats component and found that similar support is not available. I do not want to expose internal field names to external world. The plan is to do it in fl fashion instead of

Offline Indexes Update to Shard

2014-05-28 Thread Vineet Mishra
Hi All, Has anyone tried with building Offline indexes with EmbeddedSolrServer and posting it to Shards. FYI, I am done building the indexes but looking out for a way to post these index files on shards. Copying the indexes manually to each shard's replica is possible and is working fine but I

Re: How to Create a weighted function (dismax or otherwise)

2014-05-28 Thread rulinma
good. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Create-a-weighted-function-dismax-or-otherwise-tp3119977p4138401.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-28 Thread M, Arjun (NSN - IN/Bangalore)
Hi, Also is there a way to check if autowarming completed (or) how to make the next commit wait till previous commit finishes? Thanks Regards, Arjun M -Original Message- From: ext Shawn Heisey [mailto:s...@elyograg.org] Sent: Wednesday, May 28, 2014 10:31 AM To:

Re: How to Create a weighted function (dismax or otherwise)

2014-05-28 Thread rulinma
good -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Create-a-weighted-function-dismax-or-otherwise-tp3119977p4138411.html Sent from the Solr - User mailing list archive at Nabble.com.

(Issue) How improve solr group performance

2014-05-28 Thread Alice.H.Yang (mis.cnsh04.Newegg) 41493
Hi, all Does anybody has some advice for me on solr group performance. I have no idea on the group performance. To David Smiley I am not responsible for endeca, It's a pity ,I have no comment on endeca. Best Regards, Alice Yang +86-021-51530666*41493 Floor 19,KaiKai

Re: Grouping performance problem

2014-05-28 Thread arres
Hello there, I am faceing the same problem. Did anyone found a solution yet? Thank you, arres -- View this message in context: http://lucene.472066.n3.nabble.com/Grouping-performance-problem-tp3995245p4138419.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: (Issue) How improve solr group performance

2014-05-28 Thread Joel Bernstein
Alice, How many unique groups are there in the field that you are grouping on? When testing out the CollapsingQParserPlugin, take a look a the nullPolicy option. If you'r working with a product catalog, there is often a scenario where some products belong to a group and some don't. For products

Re: ExtractingRequestHandler indexing zip files

2014-05-28 Thread marotosg
I extended ExtractingDocumentLoader with this patch and it works. https://issues.apache.org/jira/secure/attachment/12473188/SOLR-2416_ExtractingDocumentLoader.patch Iterates throw all documents and extracts the name and the content of all documents inside the file. Regards, Sergio -- View

Re: Error enquiry- exceeded limit of maxWarmingSearchers=2

2014-05-28 Thread Shawn Heisey
On 5/28/2014 3:45 AM, M, Arjun (NSN - IN/Bangalore) wrote: Also is there a way to check if autowarming completed (or) how to make the next commit wait till previous commit finishes? With Solr, probably not. There might be a statistic available from an admin handler that I don't know

Re: aliasing for Stats component

2014-05-28 Thread Shalin Shekhar Mangar
Support for keys, tagging and excluding filters in StatsComponent was added with SOLR-3177 in v4.8.0 You can specify e.g. stats.field={!key=xyz}id and the output will use xyz instead of id. On Wed, May 28, 2014 at 1:55 PM, Mohit Jain mo...@bloomreach.com wrote: Hi, In a solr request one can

How sorting works with multiple shards?

2014-05-28 Thread Amey Patil
Hi, I wanted to know how sorting works with multiple shards. Suppose I have queried with 4 shards specified. Records per page specified as 100 sort-field as creationDate. So will it sort fetch 100 documents from each shard, and then they will be aggregated, sorted again top 100 will be given

Re: Regex with local params is not working

2014-05-28 Thread Jack Krupansky
Post the parsed query itself. Yes, edismax should always generate a disjunctionmaxquery - in addition to the regexquery. -- Jack Krupansky -Original Message- From: Lokn Sent: Wednesday, May 28, 2014 1:53 AM To: solr-user@lucene.apache.org Subject: Re: Regex with local params is not

Solrj Block Join Bean support

2014-05-28 Thread Archie Sheran
Hi, I would like to use a Solrj Bean to save/query nested documents from Solr. Is this possible? I see that since version 4.5 it is possible to use *addChildDocument

Email Notification for Sucess/Failure of Import Process.

2014-05-28 Thread EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
Hi I am using the XML file for Indexing In SOLR. I am planning to make this process more automation. Creating XML File and Loading to SOLR. I like to get email once the process is completed. Is there any way in solr can this achieved, I am not seeing more inputs on configure notification in

Re: Regex with local params is not working

2014-05-28 Thread Yonik Seeley
On Wed, May 28, 2014 at 1:41 AM, Lokn nlokesh...@gmail.com wrote: Thanks for the reply. I am using edismax for the query parsing. Still it's not working. Instead of using local params, if I use the field directly then regex is working fine. It's not for me... This does not work:

Contribute QParserPlugin

2014-05-28 Thread Pawel Rog
Hi, I need QParserPlugin that will use Redis as a backend to prepare filter queries. There are several data structures available in Redis (hash, set, etc.). From some reasons I cannot fetch data from redis data structures, build and send big requests from application. That's why I want to build

Re: Email Notification for Sucess/Failure of Import Process.

2014-05-28 Thread Stefan Matheis
How about using DIH’s EventListeners? http://wiki.apache.org/solr/DataImportHandler#EventListeners -Stefan On Wednesday, May 28, 2014 at 5:31 PM, EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions) wrote: Hi I am using the XML file for Indexing In SOLR. I am planning to make this

Solr Cell Tika - date.formats

2014-05-28 Thread ienjreny
Hello everybody How can we pass more than value for date.formats parameter into the URL Is comma seperated? Or we ca just define it into solrconfig.xml? Example: http://server:port/solr/update/extract?date.formats=-MM-dd'T'HH:mm:ss'Z',-MM-dd'T'HH:mm:ss Thanks in advance -- View this

Re: Contribute QParserPlugin

2014-05-28 Thread Alan Woodward
Hi Pawel, The easiest thing to do is to open a JIRA ticket on the Solr project, here: https://issues.apache.org/jira/browse/SOLR, and attach your patch. Alan Woodward www.flax.co.uk On 28 May 2014, at 16:50, Pawel Rog wrote: Hi, I need QParserPlugin that will use Redis as a backend to

Re: Solrj Block Join Bean support

2014-05-28 Thread Mikhail Khludnev
Hello, Never heard about it. Please raise an issue. I don't mean I have a plan to address it soon. It just makes sense to bookmark it. On Wed, May 28, 2014 at 5:57 PM, Archie Sheran archie.she...@gmail.comwrote: Hi, I would like to use a Solrj Bean to save/query nested documents from Solr.

Re: How sorting works with multiple shards?

2014-05-28 Thread Shalin Shekhar Mangar
Your understanding of the sorting mechanism with many shards is almost right. In reality, Solr doesn't fetch the entire document from each shard. Instead, it fetches just the uniqueKey and the sort field's value and then merges them to get the top N and then fetches the actual doc content for

Re: Contribute QParserPlugin

2014-05-28 Thread Otis Gospodnetic
Hi, I think the question is not really how to do it - that's clear - http://wiki.apache.org/solr/HowToContribute The question is really about whether something like this would be of interest to Solr community, whether it is likely it would be accepted into Solr core or contrib, or whether,

Re: Solr Cell Tika - date.formats

2014-05-28 Thread Jack Krupansky
Pass multiple instances of the date.formats parameter: http://server:port/solr/update/extract?date.formats=-MM-dd'T'HH:mm:ss'Z'date.formats=-MM-dd'T'HH:mm:ss But as the doc says, it comes preconfigured with all these formats: -MM-dd'T'HH:mm:ss'Z' -MM-dd'T'HH:mm:ss -MM-dd

Percolator feature

2014-05-28 Thread Jorge Luis Betancourt Gonzalez
Is there some work around in Solr ecosystem to get something similar to the percolator feature offered by elastic search? Greetings!VII Escuela Internacional de Verano en la UCI del 30 de junio al 11 de julio de 2014. Ver www.uci.cu

Re: Grouping on a multi-valued field

2014-05-28 Thread Erick Erickson
what would grouping on a multivalued field mean? Count the same doc separately for each value in the MV field? Use the first value? This seems similar to the problem of sorting on fields with more than one token, any approach I can think of will be wrong. But this smells like an XY problem.

Re: Applying boosting for keyword search

2014-05-28 Thread Erick Erickson
The issue is absolute ordering (sort) and influencing (boosting). Here's an example score no boosts popularity doc1 100 1 doc2 75 2 doc3 10 3 Sorting by popularity asc will return doc1, doc2, doc3 Sorting by popularity

edge_ngram and short words containing digits

2014-05-28 Thread Kevin Murphy
Hi, i’m using Django Haystack 2.1.0 with Solr 4.8.1 in an auto-complete application. I’ve noticed that words containing digits are not being matched. Examples are ‘B2B’, ‘PSG4’, and ‘5S_rRNA’. The words match up to the occurrence of the digit and fail starting with the digit. Below is what

Re: Percolator feature

2014-05-28 Thread Otis Gospodnetic
Yes - Luwak. Stay tuned for more. :) Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr Elasticsearch Support * http://sematext.com/ On Wed, May 28, 2014 at 4:44 PM, Jorge Luis Betancourt Gonzalez jlbetanco...@uci.cu wrote: Is there some work around in Solr ecosystem to

Transfer Existing Index to Core with Clean Index

2014-05-28 Thread ScottFree
Hello Solr Community! I'm very new at Solr, and I have an issue I can't get around. I did a 'full-import' command on an existing solr server, but forgot to specify 'clean=false', so the entire index ended up getting deleted. Luckily for me, I had previously made a copy of the index in case

Re: edge_ngram and short words containing digits

2014-05-28 Thread Kevin Murphy
On May 28, 2014, at 6:19 PM, Kevin Murphy murft...@gmail.com wrote: i’m using Django Haystack 2.1.0 with Solr 4.8.1 in an auto-complete application. I’ve noticed that words containing digits are not being matched. Examples are ‘B2B’, ‘PSG4’, and ‘5S_rRNA’. The words match up to the

Problem with French stopword filter

2014-05-28 Thread Shamik Bandopadhyay
Hi, I'm having issues with French stop filter factory. Search doesn't work when I use a stop word in a phrase search. For e.g. if I search arc de cercle , Solr doesn't return any result. It however works if I use arc cercle. Here's my schema setting : field name=title_fra type=adsktext_fra

Re: Contribute QParserPlugin

2014-05-28 Thread Alexandre Rafalovitch
Well, Solr just bundled a set of Hadoop jars that does not actually contribute anything to Solr itself (not really integrated, etc). So, I am not sure how the may not want process happened there. Would be nice to have one actually, because there is a slow building wave of external components for

Re: Contribute QParserPlugin

2014-05-28 Thread Otis Gospodnetic
Hi, On Wed, May 28, 2014 at 10:58 PM, Alexandre Rafalovitch arafa...@gmail.comwrote: Well, Solr just bundled a set of Hadoop jars that does not actually contribute anything to Solr itself (not really integrated, etc). So, I Good point about Hadoop jars. am not sure how the may not want

Re: Problem with French stopword filter

2014-05-28 Thread shamik
Turned out to be a weird exception. Apparently, the comments in the stopwords_fr.txt disrupts the stop filter factory. After I stripped off the comments, it worked as expected. Referred to this thread :

Re: Contribute QParserPlugin

2014-05-28 Thread Alexandre Rafalovitch
On Thu, May 29, 2014 at 10:25 AM, Otis Gospodnetic otis.gospodne...@gmail.com wrote: am not sure how the may not want process happened there. Would be nice to have one actually, because there is a slow building wave of external components for Solr which are completely not discoverable by the

Re: Solr Cell Tika - date.formats

2014-05-28 Thread ienjreny
Thanks for your fast answer On Wed, May 28, 2014 at 11:23 PM, Jack Krupansky-2 [via Lucene] ml-node+s472066n4138505...@n3.nabble.com wrote: Pass multiple instances of the date.formats parameter: a href=http://server:port

Re: Problem with French stopword filter

2014-05-28 Thread shamik
I found the issue. It had to do with edismax qf entry in request handler. I had the following entry : str name=qfname_fra^1.2 title_fra^10.0 description_fra^5.0 author^1/str Except for author, all other fields are of type adsktext_fra, while author was of the type text_general, which uses

Solr High GC issue

2014-05-28 Thread bihan.chandu
Hi All I am Currently using solr 3.6.1 and my system handle lot of request .Now we are facing High GC issue in system. Please find the memory parameters in my solr system . Can some on help me to identify is there any relationship between my memory parameters and GC issue. MEM_ARGS=-Xms7936M