Re: defragmentation can improve performance on SATA class 10 disk ~10000 rpm ?

2021-02-22 Thread Dario Rigolin
> – University of Trento Centre for Computational and Systems Biology Scarl, > Piazza Manifattura 1, 38068 Rovereto (TN), Italy. > P Please don't print this e-mail unless you really need to > -- Dario Rigolin Comperio srl - CTO Mobile: +39 347 7232652 - Office: +39 0425 471482 Skype: dario.rigolin

Re: Almost nodes in Solrcloud dead suddently

2020-06-23 Thread Dario Rigolin
> occured when talking to server at: null > > Caused by: java.nio.channels.ClosedChannelException > > > > Server 6: > > + org.apache.solr.client.solrj.SolrServerException: Timeout occured while > waiting response from server at: > http://server6:8983/solr/mycollection_shard2_replica_n15/select > > + + org.apache.solr.client.solrj.SolrServerException: Timeout occured > while waiting response from server at: Timeout occured while waiting > response from server at: > http://server4:8983/mycollection_shard6_replica_n23/select > > > > I tried search google but didn't find any clue :(! Do you help me how to > find the cause. thank you! > > > > > -- Dario Rigolin Comperio srl - CTO Mobile: +39 347 7232652 - Office: +39 0425 471482 Skype: dario.rigolin

Re: Cause of java.io.IOException: No space left on device Error

2020-04-23 Thread Dario Rigolin
> > Is there a possibility that the error happens when I do forceMerge on the > big core > (which I believe optimize needs temporarily 3 times spaces of index-size)? > Or is there any other possibility to cause the error? > > > Any Clues are very helpful. > > -- > > S

Re: Time out problems with the Solr server 8.4.1

2020-02-27 Thread Dario Rigolin
> > > > Ciao, > > Vincenzo > > > > -- > > mobile: 3498513251 > > skype: free.dev > > > > > On 26 Feb 2020, at 19:44, Massimiliano Randazzo < > > massimiliano.randa...@gmail.com> wrote: > > > > > > Il giorno mer 2

Re: Time out problems with the Solr server 8.4.1

2020-02-26 Thread Dario Rigolin
> 1 > 0 >name="maxCommitAge">1DAYfalse > > > > Thanks for your consideration > Massimiliano Randazzo > -- Dario Rigolin Comperio srl - CTO Mobile: +39 347 7232652 - Office: +39 0425 471482 Skype: dario.rigolin

Re: Optimize solr 8.4.1

2020-02-26 Thread Dario Rigolin
it > > still > > > > necessary to run the Optimize command from my application when I have > > > > finished indexing? I noticed that the Optimized function requires > > > > considerable time and resources especially in large databases > > > > > > > > T

Re: Solr index

2019-08-08 Thread Dario Rigolin
I wrong? > > Excuse the stupid questions but I'm seeing Solr for the first time > thank you all > -- Dario Rigolin Comperio srl - CTO Mobile: +39 347 7232652 - Office: +39 0425 471482 Skype: dario.rigolin

Re: ExpandComponent not expanding

2015-03-06 Thread Dario Rigolin
. And it only expands for the current page. Are you finding situations where there are group heads on the page, that have child documents that are not being expanded? Joel Bernstein Search Engineer at Heliosearch On Fri, Mar 6, 2015 at 7:17 AM, Dario Rigolin da...@comperio.it wrote: I'm using Solr

ExpandComponent not expanding

2015-03-06 Thread Dario Rigolin
I'm using Solr 4.10.1 and FieldCollapsing but when adding expand=true and activating ExpandComponent the expanded section into result contains only one group head and not all group heads present into the result. I don't know if this is the intended behaviour. Using a query q=*:* the expanded

Converti XML response into JavaBin encoding

2013-07-26 Thread Dario Rigolin
if any exists. If not I need to implement my self and any help pointing me to a existing code inside solr it will be appreciated (Example where solr prepare the response to a query). Thank you. - Dario Rigolin drigo...@gmail.com

TermComponent and Optimize

2012-05-23 Thread Dario Rigolin
this is the expected behavior for TermComponent? Any suggestion about how to solve this? We use TermComponent to do a smart autocomplete about values on fields. Thank you --- Comperio srl Dario Rigolin

Re: invert terms in search with exact match

2011-03-24 Thread Dario Rigolin
Best regards. Dario Rigolin Comperio srl (Italy)

Error on string searching # [STRANGE]

2011-03-10 Thread Dario Rigolin
I have a text field indexed using WordDelimeter Indexed in that way doc field name=myfieldS.#L.W.VI.37/field ... /doc Serching in that way: http://192.168.3.3:8983/solr3.1/core0/select?q=myfield:(S.#L.W.VI.37) Makes this error: org.apache.lucene.queryParser.ParseException: Cannot parse

Re: Error on string searching # [STRANGE]

2011-03-10 Thread Dario Rigolin
) at org.apache.lucene.search.Searcher.search(Searcher.java:88) Regards, * Juan G. Grande* -- Solr Consultant @ http://www.plugtree.com -- Blog @ http://juanggrande.wordpress.com On Thu, Mar 10, 2011 at 12:45 PM, Dario Rigolin dario.rigo...@comperio.itwrote: I have a text field indexed using

Re: Error on string searching # [STRANGE] [FIX]

2011-03-10 Thread Dario Rigolin
On Thursday, March 10, 2011 04:58:43 pm Dario Rigolin wrote: It seems fixed by setting into WordDelimiterTokenizer catenateWords=0 catenateNumbers=0 Instead of 1 on both... Nice to know... On Thursday, March 10, 2011 04:53:51 pm Juan Grande wrote: I think that the problem

Multivalued field search...

2010-11-18 Thread Dario Rigolin
I think this question is more related to Lucene query search but I'm posting here becuase I feel more Solr User :-) I have multiple value field named field1 containint codes separated by a space doc field name=iddoc1/field field name=field1A BB1 B BB2 C BB3/field field name=field1A CC1 B CC2 C

Re: Multivalued field search...

2010-11-18 Thread Dario Rigolin
On Thursday, November 18, 2010 12:36:40 pm Dario Rigolin wrote: Sorry wrong query: q=field1:(A BB1 AND B BB2) Dario

[solved] Re: Multivalued field search...

2010-11-18 Thread Dario Rigolin
On Thursday, November 18, 2010 12:42:49 pm Dario Rigolin wrote: On Thursday, November 18, 2010 12:36:40 pm Dario Rigolin wrote: Sorry wrong query: q=field1:(A BB1 AND B BB2) Dario q=field1:(A BB1 B BB2~10) I discovered that proximity search works well with multiple terms Ciao. Dario.

DIH URLDataSource and useSolrAddSchema=true

2010-11-15 Thread Dario Rigolin
I'm looking to index data in Solr using a PHP page feeding the index. In my application I have all docs allready converted to a solr/add xml document and I need to make solr able to get all changed documents into the index. Looking at DIH I decidec to use URLDataSource and useSolrAddSchema=true

Re: DIH URLDataSource and useSolrAddSchema=true

2010-11-15 Thread Dario Rigolin
On Monday, November 15, 2010 11:18:47 am Lance Norskog wrote: This is more complex than you need. The Solr update command can accept streamed data, with the stream.url and stream.file options. You can just use solr/update with stream.url=http://your.machine/your.php.script and it will read as

DataImporter using pure solr add XML

2010-10-25 Thread Dario Rigolin
Looking at DataImporter I'm not sure if it's possible to import using a standard adddoc... xml document representing a document add operation. Generating adddoc is quite expensive in my application and I have cached all those documents into a text column into MySQL database. It will be easier