eDismax parser and the mm parameter

2014-03-29 Thread S.L
Hi All, I am planning to use the eDismax query parser in SOLR to give boost to documents that have a phrase in their fields present. Now there is a mm parameter in the edismax parser query , since the query typed by the user could be of any length (i.e. >=1) I would like to set the mm value to 1 .

Re: Solr Seach proposal

2014-03-29 Thread Ahmet Arslan
Hi Ahmed, Attachments don't make it here. People usually use gist.github.com pastebin.com or similar. Regarding steps, Please take a look at previous similar announcements/projects :  http://search-lucene.com/?page=1&q=ANN&fc_project=Solr&sort=newestOnTop You will see example annauncement e-m

Re: Solr Seach proposal

2014-03-29 Thread Furkan KAMACI
Hi Ahmed; Could you upload your attachment to web and share its link at here? Thanks; Furkan KAMACI 2014-03-30 2:01 GMT+02:00 ahmed shawki : > Hi All, > > My name is Ahmed. I am from Egypt. I have spent the last two months in > developing a custom web-interface for Solr using HTML and JavaScr

Solr Seach proposal

2014-03-29 Thread ahmed shawki
Hi All, My name is Ahmed. I am from Egypt. I have spent the last two months in developing a custom web-interface for Solr using HTML and JavaScript. I have called it "Solr Search" (until now). Actually, the basic idea was inspired to me from "AJAX Solr". But "Solr Search" provides a different a

Re: Context-aware suggesters in Solr

2014-03-29 Thread Areek Zillur
The context field can only be set at configuration-time for the AnalyzingInfixSuggester (FYI: CONTEXTS_FIELD_NAME refers to the field in Lucene index that is internally maintained by the suggester and does not reflect any field in user's index). The context field can be specified and fed into the s

Re: AND not as a boolean operator in Phrase

2014-03-29 Thread Bob Laferriere
If you are using edismax you need to use AND. So A AND B will ignore the stop word and apply the Boolean operator. You can configure edismax to ignore Boolean stop words that are lowercase. Regards, Bob > On Mar 26, 2014, at 2:39 AM, abhishek jain wrote: > > Hi Jack, > You are right, i am us

Re: Expected date of release for Solr 4.7.1

2014-03-29 Thread Michael McCandless
RC2 is being voted on now ... so it should be "soon" (a few days, but more if any new blocker issues are found and we need to do RC3). Mike McCandless http://blog.mikemccandless.com On Sat, Mar 29, 2014 at 2:26 PM, Puneet Pawaia wrote: > Hi > Any idea on the expected date of release for Solr 4

Expected date of release for Solr 4.7.1

2014-03-29 Thread Puneet Pawaia
Hi Any idea on the expected date of release for Solr 4.7.1 Regards Puneet

Re: commit=false in Solr update URL

2014-03-29 Thread Erick Erickson
This might be useful: http://searchhub.org/2013/08/23/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ Best, Erick On Fri, Mar 28, 2014 at 3:55 PM, Joshi, Shital wrote: > Thank you! > > -Original Message- > From: Shawn Heisey [mailto:s...@elyograg.org] > Sent: Friday,

Re: how do I get search for "fort st john" to match "ft saint john"

2014-03-29 Thread Erick Erickson
What does your synonyms file look like? Because this breaks things up fine, you get individual tokens etc. it seems. If your synonyms file maps saint to st, and fort to ft (or vice-versa) it should work. If this is off base, could you post the synonyms you expect to be applied? Best, Erick On Fr

Re: Product index schema for solr

2014-03-29 Thread Erick Erickson
The usual approach is to de-normalize the tables, so you'd store docs like (all your product data) min_qty, max_qty, price_per_qty So the above example would have 4 documents, then it all "just works" You have to insure that the id () is different for each, and probably store the product ID in a

Re: Solr CoreAdmin RELOAD + Properties

2014-03-29 Thread Erick Erickson
Dave: On a _very_ quick glance, I don't see where the reload action (coreAdminHandler.handleReloadAction) makes any attempt whatsoever to even _look_ for any properties to update, so I'd guess it needs a patch if there's any hope. So go ahead and create the patch IMO. This seems like a reasonabl

Re: WordDelimiterFilterFactory splits up hyphenated terms although splitOnNumerics, generateWordParts and generateNumberParts are set to 0 (false)

2014-03-29 Thread Erick Erickson
Why do you say at the indexing part: The given search term is: *X-002-99-495* WordDelimiterFilterFactory indexes the following word parts: * X (shouldn't be there) * 00299495 (shouldn't be there) ?? You've set catenateNumbers="1" in your fieldType for the indexig part, so WDFF is doing exactly wh

Re: timeAllowed query parameter not working?

2014-03-29 Thread Erick Erickson
I'm not even sure what this is intended to produce. All documents with terms two or more characters long? What use-case is this intended to solve? Because unless there's a _really_ good reason to do this, I'd just dis-allow pure-wildcard queries on the app end. This seems like an "XY" question. P

Re: Does Solr/Lucene collapse Exception of multiple threads?

2014-03-29 Thread Mikhail Khludnev
Hello Kevin, Solr doesn't collapse exceptions across threads, you can test it easily. StackOverflowError crushes the originating thread only. 10.03.2014 8:32 пользователь "kevinma" написал: > I have observed slowness of my Solr instance co-occurred with thread stack > overflow error, both happene

Re: Block until replication finishes

2014-03-29 Thread Mikhail Khludnev
Hello, We did this for our fork, if you are not happy with "RESTful polling", or think that the synchronous replication handler might be useful, please raise a jira. 27.03.2014 17:35 пользователь "Fermin Silva" написал: > Hi, > > we are moving to native replication with SOLR 3.5.1. > Because we

Re: Block Join Parent Query across children docs

2014-03-29 Thread Mikhail Khludnev
Hello Luke, If I get you right, you need to combine parent (block join) queries e.g users who have a record with item1 AND users who have a record with item2. Does it make sense? If it does, do you need to figure out a syntax? 28.03.2014 14:19 пользователь "mertens" написал: > Hello Solr Users,

Re: SolrCloud 4.6.1 hanging

2014-03-29 Thread Rafał Kuć
Hello! I've created SOLR-5935, please let me know if some more information is needed. I'll be glad to help on the issue. -- Regards, Rafał Kuć Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ > I'm looking into a hang as well - not