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
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
have multiple collections? Thank you *Gastone Penzo*

Spellchecking problem

2013-12-20 Thread Gastone Penzo
-- *Gastone Penzo*

Re: Spellchecking problem

2013-12-20 Thread Gastone Penzo
Group (615) 213-4311 -Original Message- From: Gastone Penzo [mailto:gastone.pe...@gmail.com] Sent: Friday, December 20, 2013 7:43 AM To: solr-user@lucene.apache.org Subject: Spellchecking problem Hello, i have problem with spellchecking. i use solr to index an ecommerce products

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
spellcheck.collateParam.fq=Product:Book. See http://wiki.apache.org/solr/SpellCheckComponent#spellcheck.collateand following sections. James Dyer Ingram Content Group (615) 213-4311 -Original Message- From: Gastone Penzo [mailto:gastone.pe...@gmail.com] Sent: Friday, September 20, 2013

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

problem with mapping-iso accents

2012-06-06 Thread Gastone Penzo
be that the reason? thanx -- *Gastone Penzo* * *

Re: performace jetty (jetty.xml)

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

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

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

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:AdebugQuery=on i see there's normalization and idf and tf. Why? i can't understand the reason. 8.676225 = (MATCH)

omitNorms and omitTermFreqAndPosition

2011-07-08 Thread Gastone Penzo
=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*

delete by query

2011-03-28 Thread Gastone Penzo
AND field2:value2/query/delete it doesn't work. 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: delete by query

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

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*

Re: boosting with standard search handler

2011-03-24 Thread Gastone Penzo
)} text:something 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 gastone.pe...@gmail.com Hi, is possibile to boost fields like bf parameter of dismax in standard request handler

invert terms in search with exact match

2011-03-24 Thread Gastone Penzo
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: invert terms in search with exact match

2011-03-24 Thread Gastone Penzo
/24 Gastone Penzo gastone.pe...@gmail.com Hi, is it possible with standard query search (not dismax) to have exact matches that allow any terms order? for example: if i search my love i would solr gives to me docs with - my love - love my it's easy: q=title:(my AND love) the problem

Re: invert terms in search with exact match

2011-03-24 Thread Gastone Penzo
stopwords for the words you want to ignore. Bill Bell Sent from mobile On Mar 24, 2011, at 7:58 AM, Gastone Penzo gastone.pe...@gmail.com wrote: Hi, is it possible with standard query search (not dismax) to have exact matches that allow any terms order? for example: if i

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 dario.rigo...@comperio.it On Thursday, March 24, 2011 03:52:31 pm Gastone Penzo wrote: title1: my love darling

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 italian blog about

Logic operator with dismax

2011-03-21 Thread Gastone Penzo
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 rochk...@jhu.edu 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 anything, including Solr. pf: Will take

disquery - difference qf qs / pf ps

2011-03-10 Thread Gastone Penzo
and 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: 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

Re: perfect match in dismax search

2011-03-04 Thread Gastone Penzo
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 yo...@lucidimagination.com On Wed, Mar 2, 2011 at 11:34 AM, Gastone Penzo gastone.pe...@gmail.com wrote: HI, for search i use disquery max and a i want to boost a field with bf parameter like: ...bf

perfect match in dismax search

2011-03-03 Thread Gastone Penzo
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

Boost function problem with disquerymax

2011-03-02 Thread Gastone Penzo
)), product of: 0.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
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 results. Regards, Jayendra On Tue, Nov 30, 2010 at 9:37 AM, Gastone Penzo gastone.pe

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