Re: pf2 pf3 and stopwords

2015-12-17 Thread elisabeth benoit
Inversion (paris charonne or charonne paris) cannot be scored the same. 2015-12-16 11:08 GMT+01:00 Binoy Dalal : > What is your exact use case? > > On Wed, 16 Dec 2015, 13:40 elisabeth benoit > wrote: > > > Thanks for your answer. > > > > Actually, using a

Re: pf2 pf3 and stopwords

2015-12-18 Thread elisabeth benoit
ok, thanks a lot for your advice. i'll try that. 2015-12-17 10:05 GMT+01:00 Binoy Dalal : > For this case of inversion in particular a slop of 1 won't cause any issues > since such a reverse match will require the slop to be 2 > > On Thu, 17 Dec 2015, 14:20 eli

solr 4.10 I change slop in pf2 pf3 and query norm changes

2015-12-21 Thread elisabeth benoit
Hello all, I am using solr 4.10.1 and I have configured my pf2 pf3 like this catchall~0^0.2 name~0^0.21 synonyms^0.2 catchall~0^0.2 name~0^0.21 synonyms^0.2 my search field (qf) is my catchall field I'v been trying to change slop in pf2, pf3 for catchall and synonyms (going from 0, or default v

Re: solr 4.10 I change slop in pf2 pf3 and query norm changes

2015-12-21 Thread elisabeth benoit
21 Dec 2015, 14:37 elisabeth benoit > wrote: > > > Hello all, > > > > I am using solr 4.10.1 and I have configured my pf2 pf3 like this > > > > catchall~0^0.2 name~0^0.21 synonyms^0.2 > > catchall~0^0.2 name~0^0.21 synonyms^0.2 > > > > my search

Re: solr 4.10 I change slop in pf2 pf3 and query norm changes

2015-12-21 Thread elisabeth benoit
res or > just one record with a lower score and the other with a higher one? > > On Mon, 21 Dec 2015, 18:45 elisabeth benoit > wrote: > > > Hello, > > > > I don't think the query is important in this case. > > > > After checking out solr's deb

Re: solr 4.10 I change slop in pf2 pf3 and query norm changes

2015-12-21 Thread elisabeth benoit
> You can find this formula and a decent explanation for it in the book solr > in action or online in the lucene docs: > > https://lucene.apache.org/core/3_5_0/api/core/org/apache/lucene/search/Similarity.html > > On Tue, 22 Dec 2015, 11:10 elisabeth benoit > wrote: > > >

Re: Boost exact search

2016-02-22 Thread elisabeth benoit
Hello, There was a discussion on this thread about exact match http://www.mail-archive.com/solr-user%40lucene.apache.org/msg118115.html they mention an example on this page https://github.com/cominvent/exactmatch Best regards, Elisabeth 2016-02-19 18:01 GMT+01:00 Loïc Stéphan : > Hello, >

ngrams with position

2016-03-07 Thread elisabeth benoit
Hello, I'm using solr 4.10.1. I'd like to index words with ngrams of fix lenght with a position in the end. For instance, with fix lenght 3, Amsterdam would be something like: a0 (two spaces added at beginning) am1 ams2 mst3 ste4 ter5 erd6 rda7 dam8 am9 (one more space in the end) The number a

Re: ngrams with position

2016-03-08 Thread elisabeth benoit
ecific length. > It should not be too hard to create such filter - you can take a look how > nagram filter is coded - yours should be simpler than that. > > Regards, > Emir > > > On 08.03.2016 08:52, elisabeth benoit wrote: > >> Hello, >> >> I'm

Re: ngrams with position

2016-03-09 Thread elisabeth benoit
> Cheers > > On 8 March 2016 at 10:08, elisabeth benoit > wrote: > > > Thanks for your answer Emir, > > > > I'll check that out. > > > > Best regards, > > Elisabeth > > > > 2016-03-08 10:24 GMT+01:00 Emir Arnautovic >: >

Re: ngrams with position

2016-03-10 Thread elisabeth benoit
nd of search/autocompletion/relevancy tuning are you trying to > achieve ? > Maybe we can help better if we start from the problem :) > > Cheers > > [1] > > http://alexbenedetti.blogspot.co.uk/2015/07/exploring-solr-internals-lucene.html > > On 9 March 2016 at 15:02, e

Re: ngrams with position

2016-03-10 Thread elisabeth benoit
ial > phrase query to affect the scoring. > Not a good fit for your problem. > > More than grams, have you considered using some sort of phonetic matching ? > Could this help : > https://cwiki.apache.org/confluence/display/solr/Phonetic+Matching > > Cheers > >

Re: ngrams with position

2016-03-10 Thread elisabeth benoit
he query parser tokenisation to build the grams and then > the query time analysis is applied. > This according to my remembering, > I will double check in the code and let you know. > > Cheers > > > On 10 March 2016 at 11:02, elisabeth benoit > wrote: > > > T

Re: ngrams with position

2016-03-11 Thread elisabeth benoit
esults, you can move ngram logic > outside of analysis chain - simplest solution is to move it to client. In > such setup, you should be able to use pf2 and pf3 and see if that produces > desired result. > > Regards, > Emir > > > On 10.03.2016 13:47, elisabeth benoit wro

deactivate coord scoring factor in pf2 pf3

2016-04-28 Thread elisabeth benoit
Hello all, I am using Solr 4.10.1. I use edismax, with pf2 to boost documents starting with. I use a start with token (b) automatically added at index time, and added in request at query time. I have a problem at this point. request is *q=b saint denis rer* the start with field is name_

catchall fields or multiple fields

2015-10-12 Thread elisabeth benoit
Hello, We're using solr 4.10 and storing all data in a catchall field. It seems to me that one good reason for using a catchall field is when using scoring with idf (with idf, a word might not have same score in all fields). We got rid of idf and are now considering using multiple fields. I rememb

Re: catchall fields or multiple fields

2015-10-13 Thread elisabeth benoit
in descriptions, all of which would occur in a catchall. > > -- Jack Krupansky > > On Mon, Oct 12, 2015 at 8:39 AM, elisabeth benoit < > elisaelisael...@gmail.com > > wrote: > > > Hello, > > > > We're using solr 4.10 and storing all data in a catc

Re: catchall fields or multiple fields

2015-10-14 Thread elisabeth benoit
y, then you could move on to the next > highest most likely field, maybe product title (short one line > description), and query voluminous fields like detailed product > descriptions, specifications, and user comments/reviews only as a last > resort. > > -- Jack Krupansky > >

pf2 pf3 and stopwords

2015-12-14 Thread elisabeth benoit
Hello, I am using solr 4.10.1. I have a field with stopwords And I use pf2 pf3 on that field with a slop of 0. If the request is "Gare Saint Lazare", and I have a document "Gare de Saint Lazare", "de" being a stopword, this document doesn't get the pf3 boost, because of "de". I was wondering

Re: pf2 pf3 and stopwords

2015-12-16 Thread elisabeth benoit
t; > try setting your slop = 1 in which case it should match Gare Saint Lazare > > even with the de in it. > > > > On Mon, Dec 14, 2015 at 7:22 PM elisabeth benoit < > > elisaelisael...@gmail.com> wrote: > > > >> Hello, > >> > >> I

using DirectSpellChecker and FileBasedSpellChecker with Solr 4.10.1

2015-04-14 Thread elisabeth benoit
Hello, I am using Solr 4.10.1 and trying to use DirectSolrSpellChecker and FileBasedSpellchecker in same request. I've applied change from patch 135.patch (cf Solr-6271). I've tried running the command "patch -p1 -i 135.patch --dry-run" but it didn't work, maybe because the patch was a fix to Sol

Re: using DirectSpellChecker and FileBasedSpellChecker with Solr 4.10.1

2015-04-14 Thread elisabeth benoit
This is something I've > personally wanted for a long time. > > James Dyer > Ingram Content Group > > > -Original Message- > From: elisabeth benoit [mailto:elisaelisael...@gmail.com] > Sent: Tuesday, April 14, 2015 7:37 AM > To: solr-user@lucene.apache.

Re: using DirectSpellChecker and FileBasedSpellChecker with Solr 4.10.1

2015-04-16 Thread elisabeth benoit
ds in spellcheck.collateParam.fq. Best regards, Elisabeth 2015-04-14 17:05 GMT+02:00 elisabeth benoit : > Thanks for your answer! > > I didn't realize this what not supposed to be done (conjunction of > DirectSolrSpellChecker and FileBasedSpellChecker). I got this idea in the > mailing l

Re: spellcheck enabled but not getting any suggestions.

2015-04-17 Thread elisabeth benoit
Shouldn't you specify a spellcheck.dictionary in your request handler? Best regards, Elisabeth 2015-04-17 11:24 GMT+02:00 Derek Poh : > Hi > > I have enabled spellcheck but not getting any suggestions withincorrectly > spelled keywords. > I added the spellcheck into the/select request handler. >

Solr join between documents

2016-05-19 Thread elisabeth benoit
Hello all, I was wondering if there was a solr solution for a problem I have (and I'm not the only one I guess) We use solr as a search engine for addresses. We sometimes have requests with let's say for instance street A close to street B City postcode I was wondering if some kind of join betw

Re: Solr join between documents

2016-05-21 Thread elisabeth benoit
stal code P. > > Is what you're wanting "return me all pairs of documents within that > postal code that have all the terms matching and the polygons enclosing > those streets plus some distance intersect"? > > Seems difficult. > > Best, > Erick > > O

Re: Boosting exact match fields.

2016-06-16 Thread elisabeth benoit
In addition to what was proposed We use the technic described here https://github.com/cominvent/exactmatch and it works quite well. Best regards Elisabeth 2016-06-15 16:32 GMT+02:00 Alessandro Benedetti : > In addition to what Erick correctly proposed, > are you storing norms for your field o

solr 5.5.2 loadOnStartUp does not work

2016-07-25 Thread elisabeth benoit
Hello, I have a core.properties with content name=indexer loadOnStartup=false but the core is loaded on start up (it appears on the admin interface). I thougth the core would be unloaded on startup. did I miss something? best regards, elisabeth

Re: solr 5.5.2 loadOnStartUp does not work

2016-07-26 Thread elisabeth benoit
uot; drop-down) that the heavy-duty > work of opening the core actually executes. > > So I think it's working as expected,. But do note > that this whole area (transient cores, loading on > startup true/false) is intended for stand-alone > Solr and is unsupported in SolrCloud. > &

Solr 5.5.2 mm parameter not working the same

2016-07-27 Thread elisabeth benoit
Hello, We are migrating from solr 4.10.1 to solr 5.5.2, and it seems that the mm parameter is not working the same anymore. In fact, as soon as there is a word not in the index in the query, no matter what mm value I send, I get no answer as if my query is a pure AND query. Does anyone have a cl

Re: Solr 5.5.2 mm parameter not working the same

2016-07-27 Thread elisabeth benoit
oh sorry wrote too fast. had to change the defaultOperator to OR. Elisabeth 2016-07-27 10:11 GMT+02:00 elisabeth benoit : > > Hello, > > We are migrating from solr 4.10.1 to solr 5.5.2, and it seems that the mm > parameter is not working the same anymore. > > In fact, as so

equivalent of localhost_access_log for solr 5

2016-08-24 Thread elisabeth benoit
Hello, I'd like to know what is the best way to have the equivalent of tomcat localhost_access_log for solr 5? Best regards, Elisabeth

another log question about solr 5

2016-08-24 Thread elisabeth benoit
Hello again, We're planning on using solr 5.5.2 on production, using installation script install_solr_service.sh. I was wondering was is the right way to prevent solr 5 from creating a new log file at every startup (and renaming the actual file mv "$SOLR_LOGS_DIR/solr_gc.log" "$SOLR_LOGS_DIR/sol

Re: equivalent of localhost_access_log for solr 5

2016-08-24 Thread elisabeth benoit
Thanks a lot for your answer. Best regards, elisabeth 2016-08-24 16:16 GMT+02:00 Shawn Heisey : > On 8/24/2016 5:44 AM, elisabeth benoit wrote: > > I'd like to know what is the best way to have the equivalent of tomcat > > localhost_access_log for solr 5? > > I don&#x

Re: another log question about solr 5

2016-08-25 Thread elisabeth benoit
Thanks! This is very helpful! Best regards, Elisabeth 2016-08-25 17:07 GMT+02:00 Shawn Heisey : > On 8/24/2016 6:01 AM, elisabeth benoit wrote: > > I was wondering was is the right way to prevent solr 5 from creating a > new > > log file at every startup (and renaming

threads blocked in LRUcache.get() in solr 5.5.2

2016-08-31 Thread elisabeth benoit
Hello, We are migrating from solr 4.10.1 to solr 5.5.2. We don't use solr cloud. We installed the service with installation script and kept the default configuration, except for a few settings about logs and the gc config (the same used with solr 4.10.1). We tested today the performances of solr

solr 5.5.2 dump threads - threads blocked in org.eclipse.jetty.util.BlockingArrayQueue

2016-09-08 Thread elisabeth benoit
Hello, We are perf testing solr 5.5.2 (with a limit test, i.e. sending as much queries/sec as possible) and we see the cpu never goes over 20%, and threads are blocked in org.eclipse.jetty.util.BlockingArrayQueue, as we can see in solr admin interface thread dumps qtp706277948-757 (757) java.ut

Re: solr 5.5.2 dump threads - threads blocked in org.eclipse.jetty.util.BlockingArrayQueue

2016-09-08 Thread elisabeth benoit
Well, we rekicked the machine with puppet, restarted solr and now it seems ok. dont know what happened. 2016-09-08 11:38 GMT+02:00 elisabeth benoit : > > Hello, > > > We are perf testing solr 5.5.2 (with a limit test, i.e. sending as much > queries/sec as possible) and we see

migration to solr 5.5.2 highlight on ngrams not working

2016-09-22 Thread elisabeth benoit
Hello After migrating from solr 4.10.1 to solr 5.5.2, we dont have the same behaviour with highlighting on edge ngrams fields. We're using it for an autocomplete component. With Solr 4.10.1, if request is sol, highlighting on solr is sol<\em>r with solr 5.5.2, we have solr<\em>. Same problem as

Re: migration to solr 5.5.2 highlight on ngrams not working

2016-09-22 Thread elisabeth benoit
73] 0 5 1 word end is set to 1, 2, 3 or 4 depending on edgengrams length 2016-09-22 14:57 GMT+02:00 elisabeth benoit : > > Hello > > After migrating from solr 4.10.1 to solr 5.5.2, we dont have the same > behaviour with highlighting on edge ngrams fields. > > We're us

solr 5.5.2 using omitNorms=False on multivalued fields

2016-10-18 Thread elisabeth benoit
Hello, I would like to score higher, or even better to sort documents with same text scores based on norm for instance, with query "a b d" document with a b d should score higher than (or appear before) document with a b c d The problem is my field is multivalued so omitNorms= False is not

in-places update solr 5.5.2

2017-07-26 Thread elisabeth benoit
Are in place updates available in solr 5.5.2, I find atomic updates in the doc https://archive.apache.org/dist/lucene/solr/ref-guide/apache-solr-ref-guide-5.5.pdf, which redirects me to the page https://cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Documents#UpdatingPartsofDocuments-At

Re: in-places update solr 5.5.2

2017-07-26 Thread elisabeth benoit
gt; Cassandra > > On Wed, Jul 26, 2017 at 2:30 AM, elisabeth benoit > wrote: > > Are in place updates available in solr 5.5.2, I find atomic updates in > the > > doc > > https://archive.apache.org/dist/lucene/solr/ref-guide/ > apache-solr-ref-guide-5.5.pdf, >

solr 5.5.2 bug in edismax pf2 when boosting term

2017-05-18 Thread elisabeth benoit
Hello, I am using solr 5.5.2. I am trying to give a lower score to frequent words in query. The only way I've found so far is to do like q=avenue^0.1 de champaubert village suisse 75015 paris where avenue is a frequent word. The problem is I'm using edismax, and when I add ^0.1 to avenue, it

solr 4.2.1 index gets slower over time

2014-03-31 Thread elisabeth benoit
Hello, We are currently using solr 4.2.1. Our index is updated on a daily basis. After noticing solr query time has increased (two times the initial size) without any change in index size or in solr configuration, we tried an optimize on the index but it didn't fix our problem. We checked the garb

Re: solr 4.2.1 index gets slower over time

2014-03-31 Thread elisabeth benoit
something else me might not see? Thanks again, Elisabeth 2014-03-31 16:26 GMT+02:00 Shawn Heisey : > On 3/31/2014 6:57 AM, elisabeth benoit wrote: > > We are currently using solr 4.2.1. Our index is updated on a daily basis. > > After noticing solr query time has increased (two ti

Re: solr 4.2.1 index gets slower over time

2014-04-01 Thread elisabeth benoit
true. > If your solr update lifecycle includes frequent deletes, try this out. > > This of course does not override working towards finding better > GCparameters. > > https://cwiki.apache.org/confluence/display/solr/Near+Real+Time+Searching > > > On Mon, Mar 31, 2014 at

Re: Re: solr 4.2.1 index gets slower over time

2014-04-02 Thread elisabeth benoit
ith Lucene committers: > > https://twitter.com/DmitryKan/status/399820408444051456 > > > > HTH, > > > > Dmitry > > > > > > On Tue, Apr 1, 2014 at 11:34 AM, elisabeth benoit < > > elisaelisael...@gmail.com > > > wrote: > > > >

permissive mm value and efficient spellchecking

2014-05-14 Thread elisabeth benoit
Hello, I'm using solr 4.2.1. I use a very permissive value for mm, to be able to find results even if request contains non relevant words. At the same time, I'd like to be able to do some efficient spellcheking with solrdirectspellchecker. So for instance, if user searches for "rue de Chraonne

Re: permissive mm value and efficient spellchecking

2014-05-16 Thread elisabeth benoit
ok, thanks a lot, I'll check that out. 2014-05-14 14:20 GMT+02:00 Markus Jelsma : > Elisabeth, i think you are looking for SOLR-3211 that introduced > spellcheck.collateParam.* to override e.g. dismax settings. > > Markus > > -Original message- > From:elisabeth benoit > Sent:Wed 14-05-2

split field on json update

2014-06-12 Thread elisabeth benoit
Hello, Is it possible, in solr 4.2.1, to split a multivalued field with a json update as it is possible do to with a csv update? with csv /update/csv?f.address.split=true&f.address.separator=%2C&commit=true with json (using a post) /update/json Thanks, Elisabeth

Re: split field on json update

2014-06-12 Thread elisabeth benoit
Thanks for your answer, best regards, Elisabeth 2014-06-12 14:07 GMT+02:00 Alexandre Rafalovitch : > There is always UpdateRequestProcessor. > > Regards, > Alex > On 12/06/2014 7:05 pm, "elisabeth benoit" > wrote: > > > Hello, > > > > Is i

spatial search: find result in bbox OR first result outside bbox

2014-07-22 Thread elisabeth benoit
Hello, I am using solr 4.2.1. I have the following use case. I should find results inside bbox OR if there is none, first result outside bbox within a 1000 km distance. I was wondering what is the best way to proceed. I was considering doing a geofilt search from the center of my bounding box an

Re: spatial search: find result in bbox OR first result outside bbox

2014-07-25 Thread elisabeth benoit
urn the fallback. > > Please let me know how this goes. > > ~ David Smiley > Freelance Apache Lucene/Solr Search Consultant/Developer > http://www.linkedin.com/in/davidwsmiley > > > On Tue, Jul 22, 2014 at 3:12 AM, elisabeth benoit < > elisaelisael...@gmail.com > >

Re: How to handle multiple sub second updates to same SOLR Document

2014-01-26 Thread Elisabeth Benoit
yutz Envoyé de mon iPhoneippj Le 26 janv. 2014 à 06:13, Shalin Shekhar Mangar a écrit : > There is no timestamp versioning as such in Solr but there is a new > document based versioning which will allow you to specify your own > (externally assigned) versions. > > See the "Document Centric Ve

looking for a solr/search expert in Paris

2014-09-03 Thread elisabeth benoit
Hello, We are looking for a solr consultant to help us with our devs using solr. We've been working on this for a little while, and we feel we need an expert point of view on what we're doing, who could give us insights about our solr conf, performance issues, error handling issues (big thing). W

Re: looking for a solr/search expert in Paris

2014-09-03 Thread elisabeth benoit
on this mailing list should be sure > that they are "registered" on that support wiki. Hey, it's free! And be > sure to keep your listing up to date, including regional availability and > any specialties. > > -- Jack Krupansky > > -Original Message- From: el

per field similarity not working with solr 4.2.1

2014-10-09 Thread elisabeth benoit
Hello, I am using Solr 4..2.1 and I've tried to use a per field similarity, as described in https://apache.googlesource.com/lucene-solr/+/c5bb5cd921e1ce65e18eceb55e738f40591214f0/solr/core/src/test-files/solr/collection1/conf/schema-sim.xml so in my schema I have and a custom similarity in f

does one need to reindex when changing similarity class

2014-10-09 Thread elisabeth benoit
I've read somewhere that we do have to reindex when changing similarity class. Is that right? Thanks again, Elisabeth

Re: per field similarity not working with solr 4.2.1

2014-10-09 Thread elisabeth benoit
Thanks for the information! I've been struggling with that debug output. Any other way to know for sure my similarity class is being used? Thanks again, Elisabeth 2014-10-09 13:03 GMT+02:00 Markus Jelsma : > Hi - it should work, not seeing your implemenation in the debug output is > a known iss

Re: per field similarity not working with solr 4.2.1

2014-10-09 Thread elisabeth benoit
ok thanks. I think something is not working here (I'm quite sure my similarity class is not beeing used because when I use SchemaSimilarityFactory and a custom fieldtype similarity definition with NoTFSimilarity, I don't get the same scoring as when I use NoTFSimilarity as global similarity; but

Re: does one need to reindex when changing similarity class

2014-10-14 Thread elisabeth benoit
thanks a lot for your answers! 2014-10-14 6:10 GMT+02:00 Jack Krupansky : > To correct myself, the selected Similarity class can have a computeNorm > method that calculates the "norm" value that will be stored in the index > when the document is indexed, so changing the Similarity class will requ

fuzzy search and edismax: how to do not sum up

2014-10-15 Thread elisabeth benoit
Hello all, We are using solr 4.2.1 (but planning to switch to solr 4.10 very soon). We are trying to do approximative search using ~ operator. We use catchall_light field without stemming (to do not mix fuzzy and stemming) We send a request to solr using fuzzy operator on non "frequent" words

prefix length in fuzzy search solr 4.10.1

2014-10-30 Thread elisabeth benoit
Hello all, Is there a parameter in solr 4.10.1 api allowing user to fix prefix length in fuzzy search. Best regards, Elisabeth

Re: prefix length in fuzzy search solr 4.10.1

2014-11-01 Thread elisabeth benoit
t; > -Original Message- From: elisabeth benoit > Sent: Thursday, October 30, 2014 6:07 AM > To: solr-user@lucene.apache.org > Subject: prefix length in fuzzy search solr 4.10.1 > > > Hello all, > > Is there a parameter in solr 4.10.1 api allowing user to fix pref

autocomplete_edge type split words

2013-09-25 Thread elisabeth benoit
Hello, I am using solr 4.2.1 and I have a autocomplete_edge type defined in schema.xml When I have a request with more then one word, for instance "rue de la", my request doesn't match with my autocomplete_edge field unless I use

Re: autocomplete_edge type split words

2013-09-27 Thread elisabeth benoit
ltfield:term2 > This happens long before the terms get to the analysis chain > for the field. > > So your only options are to either quote the string or > escape the spaces. > > Best, > Erick > > On Wed, Sep 25, 2013 at 9:24 AM, elisabeth benoit > wrote: > >

Re: autocomplete_edge type split words

2013-09-27 Thread elisabeth benoit
like > OR "original query" > and optionally boost it high. But I'd start with the autoGenerate bits. > > Best, > Erick > > > On Fri, Sep 27, 2013 at 7:37 AM, elisabeth benoit > wrote: > > Thanks for your answer. > > > > So I guess if

Re: autocomplete_edge type split words

2013-09-30 Thread elisabeth benoit
s right along, but adding > debug=query will show the parsed query. > > I really question though, your apparent combination of > autoGeneratePhraseQuery what looks like an ngram field. > I'm not at all sure how those would interact... > > Best, > Erick > > On Fri

no result with q

2011-09-08 Thread elisabeth benoit
Hello, I have a query /select?&q=49&q.alt=*:*&fq=NAME_ANALYZED:decorasol AND WAY_ANALYZED:rue charonne AND (TOWN_ANALYZED:paris OR DEPARTMENT_ANALYZED:paris)&rows=50&fl=*,score& returning no answer because of the q=49 parameter. The query /select?&q=&q.alt=*:*&fq=NAME_ANALYZED:decorasol AND WA

Re: no result with q

2011-09-08 Thread elisabeth benoit
ok, I guess I found how q=49 OR * 2011/9/8 elisabeth benoit > > Hello, > > I have a query > > /select?&q=49&q.alt=*:*&fq=NAME_ANALYZED:decorasol AND WAY_ANALYZED:rue > charonne AND (TOWN_ANALYZED:paris OR > DEPARTMENT_ANALYZED:paris)&rows=50&fl=*,sco

getting answers starting with a requested string first

2011-09-16 Thread elisabeth benoit
Hello, Iif I have a request with fq=NAME_ANALYZED:tour eiffel and I have different answers like Restaurant la tour Eiffel Hotel la tour Eiffel Tour Eiffel ... Is there a way to get answers with NAME_ANALYZED beginning with "tour Eiffel" first? Thanks, Elisabeth

fuzzy search by default

2011-09-20 Thread elisabeth benoit
Hello, Does anynone know if it is possible to configure Solr to do by default fuzzy search on every query word? All examples I've seen are ponctual (ie the tilde operator follows one specific word in q parameter). Best regards, Elisabeth

Re: getting answers starting with a requested string first

2011-09-20 Thread elisabeth benoit
his is the only solution I can think of. Any comment would be appreciated, Thanks, Elisabeth 2011/9/16 elisabeth benoit > > Hello, > > Iif I have a request with > > fq=NAME_ANALYZED:tour eiffel > > and I have different answers like > > Restaurant la tour Eiffel >

Re: getting answers starting with a requested string first

2011-09-28 Thread elisabeth benoit
Thanks a lot for your advice. What really matters to me is that answers with NAME_ANALYZED=Tour Eiffel appear first. Then, if "Tour Eiffel Tower By Helicopter" appears before or after "Hotel la tour Eiffel" doesn't really matter. Since I send fq=NAME_ANALYZED:tour eiffel, I am sure NAME_ANALYZED

is there a way to know which mm value was used?

2011-10-05 Thread elisabeth benoit
Hello, I'd like to be able to know programmaticaly what value mm was set to for one request (to avoid having to parse the query, identify stopwords, calculate mm based on solrconfig.xml). Is there a way to get mm value in solr response? Thanks, Elisabeth

Re: is there a way to know which mm value was used?

2011-10-05 Thread elisabeth benoit
t's of course possible to calculate mm in my own code, but this would necessitate to be synchronize with mm default value in solrconfig.xml + with stopwords.txt + identifying all stopwords in request. Best regards, Elisabeth 2011/10/5 Shawn Heisey > On 10/5/2011 1:01 AM, elisabet

Re: How do i get results for quering with separated words?

2011-10-05 Thread elisabeth benoit
I think you could define star wars and starwars as synonyms in synonyms.txt... maybe not generic enough? 2011/10/5 Mike Mander > Isn't this more a problem of the query string? > > Let's assume i have a game name like "Nintentdo 3DS - 'Star Wars - Clone > Wars'". > Can i copy that name to a fiel

Re: is there a way to know which mm value was used?

2011-10-05 Thread elisabeth benoit
I would use that mm value to decrease it in case user's request would get no answer. I deal with requests potentially containing a lot of parasite words, and I want to progammaticaly lower mm in a second try request if necessary. But I don't want to decrease it too much to avoid getting too many i

Re: help with phrase query

2011-10-18 Thread elisabeth benoit
I think you can use pf2 and pf3 in your requestHandler. Best regards, Elisabeth 2011/10/16 Vijay Ramachandran > Hello. I have an application where I try to match longer queries > (sentences) > to short documents (search phrases). Typically, the documents are 3-5 terms > in length. I am facing a

Solr 4.0 indexing NoSuchMethodError

2011-11-09 Thread elisabeth benoit
Hello, I've just installed Solr 4.0, and I am getting an error when indexing. *GRAVE: java.lang.NoSuchMethodError: org.apache.lucene.util.CodecUtil.writeHeader(Lorg/apache/lucene/store/DataOutput;Ljava/lang/String;I)Lorg/apache/lucene/store/DataOutput; at org.apache.lucene.util.fst.FST.save(F

Re: Solr 4.0 indexing NoSuchMethodError

2011-11-10 Thread elisabeth benoit
s war archives in this directory, and it may > have kept a 3.4 solr war deployed here. > > 2011/11/9 elisabeth benoit > > > Hello, > > > > I've just installed Solr 4.0, and I am getting an error when indexing. > > > > *GRAVE: java.lang.NoSuchMethodErro

NGramFilterFactory - proximity and percentage of ngrams found

2011-11-15 Thread elisabeth benoit
Hello, I'm trying to use NGramFilterFactory for spell correction. I have three questions. 1) I use an edismax request handler. In this case, what is the relation between my ngrams and my default operator (q.op), if there is any? 2) Is there a way to control the proximity and percentage of ngrams

Solr 4.0 Levenshtein distance algorithm for DirectSpellChecker

2011-11-29 Thread elisabeth benoit
Hello, I'd like to know if the Levensthein distance algorithm used by Solr 4.0 DirectSpellChecker (working quite well I must say) is considering an inversion as distance = 1 or distance = 2? For instance, if I write Monteruil and I meant Montreuil, is the distance 1 or 2? Thanks, Elisabeth

Re: Solr 4.0 Levenshtein distance algorithm for DirectSpellChecker

2011-11-29 Thread elisabeth benoit
oile" given for 'jolie"). Best, Elisabeth one error the DirectSpellChecker couldn't make the right suggestion for is "joile" for "jolie", I guess because transposition is 2, and because the word is just five letters long so the inversion 2011/11/29 Robert Mui

Solr cache size information

2011-12-01 Thread elisabeth benoit
Hello, If anybody can help, I'd like to confirm a few things about Solr's caches configuration. If I want to calculate cache size in memory relativly to cache size in solrconfig.xml For Document cache size in memory = size in solrconfig.xml * average size of all fields defined in fl parameter

Re: Solr cache size information

2011-12-04 Thread elisabeth benoit
Thanks a lot for these answers! Elisabeth 2011/12/4 Erick Erickson > See below: > > On Thu, Dec 1, 2011 at 10:57 AM, elisabeth benoit > wrote: > > Hello, > > > > If anybody can help, I'd like to confirm a few things about Solr's caches > > confi

Solr 3.4 problem with words separated by coma without space

2011-12-08 Thread elisabeth benoit
Hello, I'm using Solr 3.4, and I'm having a problem with a request returning different results if I have or not a space after a coma. The request "name, number rue taine paris" returns results with 4 words out of 5 matching ("name", "number", "rue", "paris") The request "name,number rue taine pa

Re: Solr 3.4 problem with words separated by coma without space

2011-12-08 Thread elisabeth benoit
same problem with Solr 4.0 2011/12/8 elisabeth benoit > > > Hello, > > I'm using Solr 3.4, and I'm having a problem with a request returning > different results if I have or not a space after a coma. > > The request "name, number rue taine paris" retu

Re: Solr 3.4 problem with words separated by coma without space

2011-12-12 Thread elisabeth benoit
Thanks for the answer. yes in fact when I look at debugQuery output, I notice that name and number are never treated as single entries. I have (((text:name text:number)) (text:ru) (text:tain) (text:paris))) so name and number are in same parenthesis, but not exactlly treated as a phrase, as far

catchall field minus one field

2012-01-11 Thread elisabeth benoit
Hello, I have a catchall field, and I need to do some request in all fields of that catchall field, minus one. To avoid duplicating my index, I'd like to know if there is a way to use my catch field while excluding that one field. Thanks, Elisabeth

Re: catchall field minus one field

2012-01-12 Thread elisabeth benoit
then use one or the other > depending, but as you say that would increase the size of your > index... > > Best > Erick > > On Wed, Jan 11, 2012 at 9:47 AM, elisabeth benoit > wrote: > > Hello, > > > > I have a catchall field, and I need to do some request in all

homogeneous dispersion in a bbox

2013-03-05 Thread elisabeth benoit
Hello, I'd like to know if there is some specific way, in Solr 3.6.1, to have something like an homogeneous dispersion of documents in a bbox. My use case is I a have a request returning let's say 1000 documents in a bbox (they all have the same solr score), and I want only 50 documents, but not

disadvantage one field in a catchall field

2012-03-29 Thread elisabeth benoit
Hi all, I'm using solr 3.4 with a catchall field and an edismaw request handler. I'd like to score higher answers matching with words not contained in one of the fields copied into my catchall field. So my catchallfield is called catchall. It contains, let's say, fields NAME, CATEGORY, TOWN, WAY

Multi-words synonyms matching

2012-04-10 Thread elisabeth benoit
Hello, I've read several post on this issue, but can't find a real solution to my multi-words synonyms matching problem. I have in my synonyms.txt an entry like mairie, hotel de ville and my index time analyzer is configured as followed for synonyms. The problem I have is that now "mairie" m

Re: Multi-words synonyms matching

2012-04-11 Thread elisabeth benoit
de ville => mairie > might work for you. > > Best > Erick > > On Tue, Apr 10, 2012 at 1:41 AM, elisabeth benoit > wrote: > > Hello, > > > > I've read several post on this issue, but can't find a real solution to > my > > multi-words sy

Re: Multi-words synonyms matching

2012-04-11 Thread elisabeth benoit
index time. So > "mairie" and "hotel de ville" searchable on document. > > However, still white space tokenizer splits at query time will be a > problem as described by Markus. > > --Jeevanandam > > On Apr 11, 2012, at 12:30 PM, elisabeth benoit wrote: &

Re: Multi-words synonyms matching

2012-04-24 Thread elisabeth benoit
the one with the line . Anyone as a clue what is different between q analysis behaviour and fq analysis behaviour? Thanks a lot Elisabeth 2012/4/12 elisabeth benoit > oh, that's right. > > thanks a lot, > Elisabeth > > > 2012/4/11 Jeevanandam Madanagopal > >>

Re: Multi-words synonyms matching

2012-04-24 Thread elisabeth benoit
q="hotel de ville"&fq=price:[100 To *]&fq=roomType:"King size Bed" ===> > returns 40 documents from super set of 100 documents > > > hope this helps! > > - Jeevanandam > > > > On 24-04-2012 3:08 pm, elisabeth benoit wrote: > >&

Re: Multi-words synonyms matching

2012-04-25 Thread elisabeth benoit
that section like: > "parsed_filter_queries" > > My other question is "are you absolutely sure that your > CATEGORY_ANALYZED field has the correct content?". How does it > get populated? > > Nothing jumps out at me here > > Best > Erick > &g

  1   2   >