merge shards indexes

2014-04-28 Thread Gastone Penzo
Hi, it's possible to merge 2 shards indexes into one? Thank you -- *Gastone Penzo*

Bad request on update.distrib=FROMLEADER

2014-04-07 Thread Gastone Penzo
e index with post.jar there are no problems. is it a problem of Datahandler?? thank you -- *Gastone Penzo*

split existing indexes into shards

2014-04-02 Thread Gastone Penzo
and i want to split them automatically into shard2 without splitshard api, because it would create another shard in the same server (shard1_1) i only want to automatically move the indexes. is it possible? -- *Gastone Penzo*

Shard replication

2014-03-11 Thread Gastone Penzo
lable. And if i have multiple collections? Thank you *Gastone Penzo*

Re: Spellchecking problem

2013-12-20 Thread Gastone Penzo
igure it out, > provide us the entire query string you're using, the spellcheck response > you get back and also the relevant portions of solrconfig.xml. > > James Dyer > Ingram Content Group > (615) 213-4311 > > > -Original Message- > From: Gastone

Spellchecking problem

2013-12-20 Thread Gastone Penzo
olr 4.3 thank you -- *Gastone Penzo*

High load from solr 4.5

2013-12-16 Thread Gastone Penzo
? the configurations (solrconfig and schema) are the same. The indexes are the same. I don't use solrcloud. I run only one instance and i give to solr 6 gb or ram. The logs are disable. What the difference? thank you -- *Gastone Penzo*

Re: Spellchecking

2013-09-23 Thread Gastone Penzo
, but > you want it considered when collations are being built, you can include > "spellcheck.collateParam.fq=Product:Book". > > See http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.collateand > following sections. > > James Dyer > Ingram Content Group > (615) 213-4311

Spellchecking

2013-09-20 Thread Gastone Penzo
Hi, i'd like to know if is it possibile to have suggests only of a part of indexes. for example: an ecommerce: there are a lot of typologies of products (book, dvd, cd..) if i search inside books, i want only suggests of books products, not cds but the spellchecking indexs are all together. is i

problem with mapping-iso accents

2012-06-06 Thread Gastone Penzo
th accent. why? i use ad mysqlconnector to create indexes directly from mysql db the mysql db is in uft-8, the connector charset is utf-8, solr is in utf-8 by default. recently i changed my java from openjdk to sun-jdk. can be that the reason? thanx -- *Gastone Penzo* * *

Re: performace jetty (jetty.xml)

2011-10-19 Thread Gastone Penzo
Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > ------ > *From:* Gastone Penzo > *To:* solr-user@lucene.apache.org; d...@lucene.apache.org > *Sent:* Tuesday, October 18, 2011 10:03 AM > *Subject:* performace jetty (jetty.xml) > >

performace jetty (jetty.xml)

2011-10-18 Thread Gastone Penzo
Hi, i just change my solr installation from 1.4 to 3.4.. i can notice that also jetty configuration file (jetty.xml) is changed. default threads number is higher, theadpool is higher and other default value are higher. is it normal?? what number of these value do you seems are correct for me? i ha

sort by function

2011-08-01 Thread Gastone Penzo
Hi, i need to order by function like: sort=sum(field1,field2,field3)+desc but solr gives me this error: Missing sort order. why is this possible? i read that is possible to order by function, from version 1.3 (http://wiki.apache.org/solr/FunctionQuery#Sort_By_Function) i use version 1.4 nobody

omitNorms

2011-07-13 Thread Gastone Penzo
Hi, my field category (string) has omitNorms=True and omitTermFreqAndPositions=True. i have indexed all docs but when i do a search like: http://xxx:xxx/solr/select/?q=category:A&debugQuery=on i see there's normalization and idf and tf. Why? i can't understand the reason. 8.676225 = (MATCH) fi

omitNorms and omitTermFreqAndPosition

2011-07-08 Thread Gastone Penzo
have as category x or y or z. i make a debugQuery=on to see the score and i see every docs have different score. why? the tf is calculated and, also normalization. why? they should be have the same score.. cause it's not a full-text search but i search only docs that are inside a group. stop Thank you very much -- *Gastone Penzo* * *

dataimporhandler

2011-04-06 Thread Gastone Penzo
answer solr and he responds with xml which says to me "committed" inside the text, so i i tried to go on but it was not true..i loose some documents..do you know whY? thanx -- Gastone Penzo *www.solr-italia.it* *The first italian blog about Apache Solr*

Re: delete by query

2011-03-28 Thread Gastone Penzo
i resolved: http://10.0.0.178:8983/solr/update?stream.body= (field1:value1)AND(field2:value2) Thanx 2011/3/28 Gastone Penzo > Hi, > i want to use delete by query method to delete indexes. > i try for example: > > http://10.0.0.178:8983/solr/update?stream.body= > field1:valu

delete by query

2011-03-28 Thread Gastone Penzo
rk. i need a logic AND cause i want solr delete indexes which have field1 with value1 and field2 with value2. is it possible? thanx -- Gastone Penzo *www.solr-italia.it* *The first italian blog about Apache Solr*

Re: invert terms in search with exact match

2011-03-24 Thread Gastone Penzo
yes sorry i made a mistake title(my AND love AND darling) all three words have to match. the problem is always i don't want results with other words. 2011/3/24 Dario Rigolin > On Thursday, March 24, 2011 03:52:31 pm Gastone Penzo wrote: > > > > > title1: my love

Re: invert terms in search with exact match

2011-03-24 Thread Gastone Penzo
has query stopwords for the > words you want to ignore. > > Bill Bell > Sent from mobile > > > On Mar 24, 2011, at 7:58 AM, Gastone Penzo > wrote: > > > Hi, > > is it possible with standard query search (not dismax) to have > > exact matches that allow a

Re: invert terms in search with exact match

2011-03-24 Thread Gastone Penzo
s with >> >> - my love >> - love my >> >> it's easy: q=title:(my AND love) >> >> the problem is it returns also docs with >> >> "my love is my dog" >> >> i don't want this. i want only docs with title formed b

invert terms in search with exact match

2011-03-24 Thread Gastone Penzo
ot;my love is my dog" i don't want this. i want only docs with title formed by these 2 terms: my and love. is it possible?? thanx -- Gastone Penzo *www.solr-italia.it* *The first italian blog about Apache Solr*

Re: boosting with standard search handler

2011-03-24 Thread Gastone Penzo
title:other > qq=date:[NOW-60DAY TO NOW]^5 OR date:[NOW-15DAY TO NOW]^8 > that enabling custom recency based boosting. > My 2 cents, > Tommaso > > > 2011/3/24 Gastone Penzo > > > Hi, > > is possibile to boost fields like bf parameter of dismax in stand

boosting with standard search handler

2011-03-24 Thread Gastone Penzo
Hi, is possibile to boost fields like bf parameter of dismax in standard request handler? with or without funcions? thanx -- Gastone Penzo *www.solr-italia.it* *The first italian blog about Apache Solr*

multifield search using dismax

2011-03-23 Thread Gastone Penzo
Hi, is it possible, USING DISMAX SEARCH HANDLER, to make a search like: search value1 in field1 & value 2 in field 2 &?? it's like q=field1:value1 field2:value2 in standard search, but i want to do this in dismax Thanx -- Gastone Penzo *www.solr-italia.it* *The first itali

Logic operator with dismax

2011-03-21 Thread Gastone Penzo
world in the title (logic AND, not OR) the default operator in the schema is OR what's happened?? thank you -- Gastone Penzo *www.solr-italia.it* The first italian blog dedicated to Apache Solr

Solr query POST and not in GET

2011-03-15 Thread Gastone Penzo
Hi, is possible to change Solr sending query method from get to post? because my query has a lot of OR..OR..OR and the log says to me Request URI too large Where can i change it?? thanx -- Gastone Penzo www.solr-italia.it The first italian blog about SOLR

Re: disquery - difference qf qs / pf ps

2011-03-11 Thread Gastone Penzo
ok thank you!!! 2011/3/10 Jonathan Rochkind > On 3/10/2011 8:15 AM, Gastone Penzo wrote: > >> Thank you very much. i understand the difference beetween qs and ps but >> not >> what pf is...is it necessary to use ps? >> > > It's not neccesary to use any

Re: disquery - difference qf qs / pf ps

2011-03-10 Thread Gastone Penzo
Thank you very much. i understand the difference beetween qs and ps but not what pf is...is it necessary to use ps? > Yes you can use all 4 parameters together. Please see similar discussion: > http://search-lucene.com/m/KWkYf2kE4Ng1/ > > > > -- Gastone Penzo

disquery - difference qf qs / pf ps

2011-03-10 Thread Gastone Penzo
d the maximum slop beetween term to match is 3. right?? and the ps? pf? (phrase filter and phrase slop)? can i use all 4 parameters together?? Thanx -- Gastone Penzo

Re: perfect match in dismax search

2011-03-04 Thread Gastone Penzo
t; >> all this terms > >> in this order. > >> > >> Not less words or other. > >> how is it possilbe?? > >> > >> i tryed with +(hello i love you) but if i have a title which is "hello i > >> love you mum" it matches and i don't want! > >> > >> Thanx > > -- Gastone Penzo Webster Srl www.webster.it www.libreriauniversitaria.it

perfect match in dismax search

2011-03-03 Thread Gastone Penzo
ilbe?? i tryed with +(hello i love you) but if i have a title which is "hello i love you mum" it matches and i don't want! Thanx -- Gastone Penzo Webster Srl www.webster.it www.libreriauniversitaria.it

Re: Boost function problem with disquerymax

2011-03-03 Thread Gastone Penzo
You are right. it was not and index field. just stored Thanx 2011/3/2 Yonik Seeley > On Wed, Mar 2, 2011 at 11:34 AM, Gastone Penzo > wrote: > > HI, > > for search i use disquery max > > and a i want to boost a field with bf parameter like: > > ...&bf=boost_ha

Boost function problem with disquerymax

2011-03-02 Thread Gastone Penzo
.0 = int(boost_has_img)=0 5.0 = boost 0.06543833 = queryNorm why the score is 0 if the value is 3 and the boost is 5??? THANX -- Gastone Penzo

Re: QueryNorm and FieldNorm

2010-12-01 Thread Gastone Penzo
ted to the relevance of the document, but rather > tries to make scores between different queries comparable. It is > implemented > as 1/sqrt(sumOfSquaredWeights) > > > You should not be bothered about queryNorm, as for a query it will have the > same value for all the r

QueryNorm and FieldNorm

2010-11-30 Thread Gastone Penzo
Hello, someone can explain the difference between queryNorm and FieldNorm in debugQuery?? why if i push one bf boost up, the queryNorm goes down?? i made some modifies..before the situation was different. why?? thanx -- Gastone Penzo

boosting

2010-11-24 Thread Gastone Penzo
way to do this?? Thank you -- Gastone Penzo