Mysql vs Postgres DIH

2011-05-19 Thread antonio
Hi, i make the same query to import my data with mysql and postgres. But only postgres index all data (17090). While Mysql index 17086, after 197085, after 17087... never 17090. But the response tell me that it has skipped 0 documents. I don't understand! Help me please, i woul to use Mysql for m

Re: Mysql vs Postgres DIH

2011-05-19 Thread antonio
Excuse me, i wrong to write 197085, correct is 17085. But never the same count... -- View this message in context: http://lucene.472066.n3.nabble.com/Mysql-vs-Postgres-DIH-tp2963822p2963824.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Mysql vs Postgres DIH

2011-05-22 Thread antonio
Solr document as object strings like B@1f23c5" Thank's. p.s. excuse for my so bad english! Antonio -- View this message in context: http://lucene.472066.n3.nabble.com/Mysql-vs-Postgres-DIH-tp2963822p2973515.html Sent from the Solr - User mailing list archive at Nabble.com.

Termscomponent sort question

2011-05-24 Thread antonio
Hi, i use solr 3.1. I implemented my autocomplete with TermsComponent. I'm finding, if there is, a way to sort my finding terms by score. Example, i there are two terms: "Rome" and "Near Rome", that have the same count (that is 1), i would that "Rome" will be before "Near Rome". Because count is th

Re: Termscomponent sort question

2011-05-25 Thread antonio
No one has an idea? -- View this message in context: http://lucene.472066.n3.nabble.com/Termscomponent-sort-question-tp2980683p2983776.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Termscomponent sort question

2011-05-25 Thread antonio
Help me please... -- View this message in context: http://lucene.472066.n3.nabble.com/Termscomponent-sort-question-tp2980683p2986185.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Termscomponent sort question

2011-05-26 Thread antonio
Hi Dmitry Kan, thanks for your anwser. This is an idea, but i think that will be not so performing. Because if the terms are 1000, i must reorder 1000 terms by own length, and i think the time will be high for make autocomplete. Don't you think? -- View this message in context: http://lucene.472

solr 3.1 without slf4j-jdk14-1.5.5.jar

2011-05-26 Thread antonio
Reading the wiki, for use solrj i must use this lib: >From /lib •slf4j-jdk14-1.5.5.jar But there isn't no one directory call lib, and no one jar called slf4j-jdk14-1.5.5.jar . Is it necessary? When i can get it? -- View this message in context: http://lucene.472066.n3.nabble.com/solr-3-1-wi

Re: Use of EmbeddedSolrServer

2010-06-28 Thread Antonio Calò
I think that this is the best way to use Solr. I've used EmbeddedSolrServer keeping it in a singleton manner (by using Spring framework). Also Solr is threadsafe, so you should not have any issue by using it directly in an Ejb. Antonio 2010/6/27 Robert Naczinski > Hello, > &

java.lang.OutOfMemoryError: PermGen space when reopening solr server

2010-09-01 Thread Antonio Calo'
g that Spring will manage the relase of all the singleton classes. Should I do something other like force closing solr? Thanks in advance for your support. Best regards Antonio

java.lang.OutOfMemoryError: PermGen space when reopening solr server

2010-09-01 Thread Antonio Calo'
g that Spring will manage the relase of all the singleton classes. Should I do something other like force closing solr? Thanks in advance for your support. Best regards Antonio

Re: java.lang.OutOfMemoryError: PermGen space when reopening solr server

2010-09-02 Thread Antonio Calo'
t, but if someone have a suggestion on how to close solr server in a safe manner, you are welcome! Many thanks for your feedbacks. Antonio

Re: Search Interface

2010-09-28 Thread Antonio Calo'
: http://www.lucidimagination.com/blog/2009/11/04/solritas-solr-1-4s-hidden-gem/ there is also a webinar about rapid prototyping with solr: http://www.slideshare.net/erikhatcher/rapid-prototyping-with-solr-4312681 Hope this help Antonio Il 28/09/2010 4.35, Claudio Devecchi ha scritto: Hi

Re: Implementing Search Suggestion on Solr

2010-10-27 Thread Antonio Calo'
result to client. I never coded one, but I think this is a good starting point. Hope this can help you Antonio Il 27/10/2010 11.03, Pablo Recio ha scritto: Thanks, it's not what I'm looking for. Actually I need something like search "Ubuntu" and it will prompt "Ma

Solr Porting to .Net

2009-09-30 Thread Antonio Calò
Hi All I'm wondering if is already available a Solr version for .Net or if it is still under development/planning. I've searched on Solr website but I've found only info on Lucene .Net project. Best Regards Antonio -- Antonio Calò -- Sof

Re: Solr Porting to .Net

2009-09-30 Thread Antonio Calò
I guys, thanks for your prompt feedback. So, you are saying that SolrNet is just a wrapper written in C#, that connnect the Solr (still written in Java that run on the IKVM) ? Is my understanding correct? Regards Antonio 2009/9/30 Mauricio Scheffer > SolrNet is only a http client to S

DIH help needed

2009-10-01 Thread Antonio Eggberg
Hello, I am working with some XML/JSON feed as well as Database and using transformer to create the final index. I am no expert and I would like to get some help on a hourly/daily rate basis. It might be also the this part of the job can be outsourced to you completely, however I need to unders

HighLithing exact phrases with solr

2009-10-05 Thread Antonio Calò
standing of the highlighting feature is not correct. Any Idea? As always, thanks for your support! Regards, Antonio

Re: Solr Porting to .Net

2009-10-05 Thread Antonio Calò
Hi Mauricio, thanks for your feedback. I suppose we will move to a mixed solution Solr on Tomcat and a .Net client (maybe SolrNet) But the Solr on KVM could be interesting. If I've time I'll try It and I'll let you know in success case. Antonio 2009/9/30 Mauricio Scheffer >

Re: HighLithing exact phrases with solr

2009-10-20 Thread Antonio Calò
se the latest nightly, but I think > you don't) > > Koji > > > Antonio Calň wrote: > >> Hi Guys >> >> I'm getting crazy with the highlighting in solr. The problem is the >> follow: >> when I submit an exact phrase query, I get the related res

solrjs

2009-10-28 Thread Antonio Eggberg
I am all for new stuff. It would be nice to see a working example of ajax-solr before killing completely solrjs from trunk... at least it was working .. ajax-solr has no how to, nor any working example.. http://github.com/evolvingweb/ajax-solr Well why not just remove the javascript folder t

Re: solrjs

2009-10-28 Thread Antonio Eggberg
> Ämne: Re: solrjs > Till: solr-user@lucene.apache.org > Datum: onsdag 28 oktober 2009 15.18 > > Actually, it wasn't quite working. It also replicated a lot > of stuff that's in ajax solr, which is being more actively > developed. Hence the removal. > > &g

Re: Tika trouble

2009-11-16 Thread Antonio Calò
27;ve used PdfExtractor, but also pdfBox project could be used. Antonio 2009/11/16 Markus Jelsma - Buyways B.V. > Anyone has a clue? > > > > > List, > > > > > > I somehow fail to index certain pdf files using the > > ExtractingRequestHandler in Solr 1

Custom Field sample?

2009-12-10 Thread Antonio Zippo
Hi all, could you help me to create a custom field? I need to create a field structured like a Map is it possible? how to define if the search string is on key or value (or both)? A way could be to create a char separated multivalued string field... but it isn't the best way. and with facet

Re: Custom Field sample?

2009-12-11 Thread Antonio Zippo
e 2009, 19:47:55 Oggetto: Re: Custom Field sample? Can you perhaps give a little more info on what problem you are trying to solve? FWIW, there are a lot of examples of custom FieldTypes in the Solr code. On Dec 10, 2009, at 11:46 AM, Antonio Zippo wrote: > Hi all, > > could you

Highlighting wildcards

2008-11-21 Thread Antonio Zippo
Hi, i'm using solr 1.3.0 and SolrJ for my java application I need to highlight my query words even if I use wildcards for example q=tele* i need to highlight words as "television", "telephone", etc I found this thread http://mail-archives.apache.org/mod_mbox/lucene-solr-user/200704.mbox/[E

I: Highlighting wildcards

2008-11-24 Thread Antonio Zippo
y -Mike > > I think I can make it work out of the box for the next release again though. > see https://issues.apache.org/jira/browse/SOLR-825 > > Antonio Zippo wrote: >> Hi, >> >> i'm using solr 1.3.0 and SolrJ for my java application >> >> I ne

AND query on multivalue text

2008-11-24 Thread Antonio Zippo
hi all, is it possible to have and AND query on a multivalue text? i need to extract the record only if the words are contained inside the same value for example 1st record: The U.S. government has announced a massive rescue package for Citigroup, saying it would guarantee more than $300 bi

Re: AND query on multivalue text

2008-11-24 Thread Antonio Zippo
>On Nov 24, 2008, at 8:52 AM, Erik Hatcher wrote: > > On Nov 24, 2008, at 8:37 AM, David Santamauro wrote: i need to search something as myText:billion AND guarantee i need to be extracted only the record where the words exists in the same value (in this case only th

PatternReplaceFilterFactory and html tag

2008-11-28 Thread Antonio Zippo
Hi all, i've a text field with some html code ex. "blablabla hi this is a paragraph bbb" i need to exclude theese tag into the index or query so i think i need to use a PatternReplaceFilterFactory this filter is to exclude all chars different from a-zA-Z0-9 (so i can exclude punctuation,

Re: PatternReplaceFilterFactory and html tag

2008-11-28 Thread Antonio Zippo
I think my problem has been solved using (for whitespaces and html tag and (for all non alphanumeric chars) it's true? Da: Antonio Zippo <[EMAIL PROTECTED]> A: solr-user@lucene.apache.org Inviato: Venerdì 28 novemb

Multi tokenizer

2008-12-10 Thread Antonio Zippo
Hi all, I need to tokenize my field on whitespaces, html, punctuation, apostrophe but if I use HTMLStripStandardTokenizerFactory it strips only html but no apostrophes If I use PatternTokenizerFactory i don't know if i can create a pattern to tokenizer all of theese characters...(hmtl, apo

Re: Multi tokenizer

2008-12-15 Thread Antonio Zippo
>>: I need to tokenize my field on whitespaces, html, punctuation, apostrophe >> >>: but if I use HTMLStripStandardTokenizerFactory it strips only html >>: but no apostrophes > you might consider using one of the HTML Tokenizers, and then use a > PatternReplaceFilterFilter ... or if you kno

TextField size limit

2008-12-15 Thread Antonio Zippo
ing a tokenizer and some filters) Could anyone help me to undestand the problem? and if is it possible to solve? Thanks in advance, Antonio

Re: TextField size limit

2008-12-15 Thread Antonio Zippo
single text and it's over 55.000 ... but solr truncates to 10.000 do you know if I can change the value to 100.000 without recreate the index? (when I modify schema.xml I need to create the index again but with solrconfig.xml?) Thanks, Antonio

Re: TextField size limit

2008-12-15 Thread Antonio Zippo
e the index folder But the important is to solve the problem ;-) Thanks... Antonio

how large can the index be?

2008-12-29 Thread Antonio Eggberg
Hi, We are running successfully a solr index of 3 million docs. I have just been informed that our index size will increase to 50 million. I been going through the doc http://wiki.apache.org/solr/DistributedSearch Seems like we will loose out on the date facet and some more other stuff that

Re: how large can the index be?

2008-12-29 Thread Antonio Eggberg
in production? Cheers --- Den mån 2008-12-29 skrev Otis Gospodnetic : > Från: Otis Gospodnetic > Ämne: Re: how large can the index be? > Till: solr-user@lucene.apache.org > Datum: måndag 29 december 2008 21.53 > Hi Antonio, > > Besides thinking in terms of documents, you

exact field match

2009-01-26 Thread Antonio Zippo
Hi all, i'm using a string field named "myField" and 2 documents containing: 1. myField="my name is james bond" 2. myField="james bond" if i use a query like this: myField:"james bond" it returns 2 documents how can i get only the second document using a string or text field? I need to sea

Re: exact field match

2009-01-26 Thread Antonio Zippo
omplete copy of the data, and you search "myField" in the case you're describing and myFieldTokenized when you want to match on "bond". Of course, if you never want a hit on "bond", you don't need the Tokenized field. Best Erick On Mon, Jan 26, 2009 at 2:

Multiple HttpDataSource

2009-03-02 Thread Antonio Eggberg
database + external RSS feeds as data source? Thanks again for clarification. Antonio __ Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling. Sök och jämför priser hos Kelkoo. http://www.kelkoo.se/c-100015813-bredband.html

Re: Multiple HttpDataSource

2009-03-02 Thread Antonio Eggberg
ge is the (entity name and entity url etc in general) for each RSS feeds? correct? Also, if my schema is rather "loose" i.e. using dynamic field I could experiment indexing wikipedia data plus 5 more other RSS fields .. correct? Thanks. > On Mon, Mar 2, 2009 at 2:01 PM, Antonio E

questions regarding custom search component??

2009-04-08 Thread Antonio Eggberg
ld example to see how it works? Maybe there is other options? Regards Antonio. __ Låna pengar utan säkerhet. Jämför vilkor online hos Kelkoo. http://www.kelkoo.se/c-100390123-lan-utan-sakerhet.html?partnerId=96915014

DIH XML/update

2009-04-11 Thread Antonio Eggberg
it? Regards Antonio __ Låna pengar utan säkerhet. Jämför vilkor online hos Kelkoo. http://www.kelkoo.se/c-100390123-lan-utan-sakerhet.html?partnerId=96915014

Re: CollapseFilter with the latest Solr in trunk

2009-04-19 Thread Antonio Eggberg
I wish it would be planned for 1.4 :)) --- Den sön 2009-04-19 skrev Otis Gospodnetic : > Från: Otis Gospodnetic > Ämne: Re: CollapseFilter with the latest Solr in trunk > Till: solr-user@lucene.apache.org > Datum: söndag 19 april 2009 15.06 > > Thanks for sharing! > It would be good if you (

SOLR-769 clustering

2009-04-21 Thread Antonio Eggberg
labels per cluster? Thanks. Antonio __ Ta semester! - sök efter resor hos Kelkoo. Jämför pris på flygbiljetter och hotellrum här: http://www.kelkoo.se/c-169901-resor-biljetter.html?partnerId=96914052

Re: SOLR-769 clustering

2009-04-22 Thread Antonio Eggberg
(maybe not). --- Den ons 2009-04-22 skrev Grant Ingersoll : > Från: Grant Ingersoll > Ämne: Re: SOLR-769 clustering > Till: solr-user@lucene.apache.org > Datum: onsdag 22 april 2009 14.44 > > On Apr 21, 2009, at 3:46 AM, Antonio Eggberg wrote: > > > > > Hello:

lucene document via JSON

2009-05-30 Thread Antonio Eggberg
Hi, Is adding/updating/deleting in JSON format possible? actually my need is mostly update I like to let user update certain fields of an existing results? Another solution is I let user save it in DB and then server convert/post XML to Solr.. but not so fancy :) Thanks Anton

can i use solr to do this

2009-07-16 Thread Antonio Eggberg
Hi, every solr document I have a creation date which is the default time stamp "NOW". What I like to know how can I have facets like the following: Past 24 Hours (3) Past 7 days (23) Past 15 days (33) Past 30 days (59) Is this possible? i.e. range query as facet? Regards Anton _

Re: can i use solr to do this

2009-07-17 Thread Antonio Eggberg
--- Den fre 2009-07-17 skrev Shalin Shekhar Mangar : > Från: Shalin Shekhar Mangar > Ämne: Re: can i use solr to do this > Till: solr-user@lucene.apache.org > Datum: fredag 17 juli 2009 09.32 > On Fri, Jul 17, 2009 at 5:53 AM, > Antonio Eggberg > wrote: > > &

DIH example explanation

2009-07-22 Thread Antonio Eggberg
Hi, I am looking at the slashdot example and I am having hard time understanding the following, from the wiki == "You can use this feature for indexing from REST API's such as rss/atom feeds, XML data feeds , other Solr servers or even well formed xhtml documents . Our XPath support has its

Re: DIH example explanation

2009-07-22 Thread Antonio Eggberg
g 22 juli 2009 10.52 > The point is that namespace is > ignored while DIH reads the xml. So > just use the part after the colon (:) in your xpath > expressions and it > should just work. > > > > > > On Wed, Jul 22, 2009 at 2:16 PM, Antonio > Eggberg > wrot

Huge Index - RAM usage?

2010-01-25 Thread Antonio Lobato
the index size stays in the 150-170 gigabyte range. However, RAM usage on this machine is off the wall. The usage grows to about 27 gigabytes of RAM over 2 days or so. Is this normal behavior for Solr? Thanks! -Antonio

Re: Huge Index - RAM usage?

2010-01-25 Thread Antonio Lobato
ut if you search the user list for memory, you'll see this kind of thing discussed a bunch of times, along with suggestions for tracking it down, whether it's just postponed GCing, etc. HTH Erick On Mon, Jan 25, 2010 at 10:47 AM, Antonio Lobato >wrote: Hello everyone! I have a

Interesting stuff; Solr as a syslog store.

2010-02-12 Thread Antonio Lobato
love Solr, it's something else! Thanks, -Antonio

Re: Performance-Issues and raising numbers of "cumulative inserts"

2010-02-16 Thread Antonio Lobato
I've actually run into this issue; huge, 30 minute warm up times. I've found that reducing the auto-warm count on caches (and the general size of the cache) helped a -lot-, as did making sure my warm up query wasn't something like: q=*:*&facet=true&facet.field=somethingWithAWholeLotOfTerms T

Re: long warmup duration

2010-02-17 Thread Antonio Lobato
Drop those cache numbers. Way down. I warm up 30 million documents in about 2 minutes with the following configuration: Mind you, I also use Solr 1.4. Also, setup a decent warming query or two, as so: date:[NOW-2DAYS TO NOW] 0 100 date desc Don't warm fa

Re: long warmup duration

2010-02-19 Thread Antonio Lobato
in a few seconds. Actually, I would not drop these cache numbers. With a cache of 30k documents we had a hitraion of 60%, decreasing this size the hitratio decreased as well. With a hitratio of currently 30% it seems to be better to disable caching anyway. Of course we would love to use caching ;-

Re: Date faceting and memory leaks

2010-05-17 Thread Antonio Lobato
faceting-and-memory-leaks-tp824372p824372.html > Sent from the Solr - User mailing list archive at Nabble.com. > --- Antonio Lobato Symplicity Corporation www.symplicity.com (703) 351-0200 x 8101 alob...@symplicity.com

Re: Date faceting and memory leaks

2010-05-17 Thread Antonio Lobato
in command line. I had tried to > force GC collection via Jconsole at the end of the run but it didn't > seems to do anything the heap size. > -Yao > > -Original Message- > From: Antonio Lobato [mailto:alob...@symplicity.com] > Sent: Monday, May 17,

Re: Any realtime indexing plugin available for SOLR

2010-05-27 Thread Antonio Lobato
te, yes. But there > could be a potentially substantial delay between a commit message being sent > and the new documents actually searchable. > > Erik > --- Antonio Lobato Symplicity Corporation www.symplicity.com (703) 351-0200 x 8101 alob...@symplicity.com

running 1 instance of solr with multiple index?

2008-02-06 Thread Antonio Eggberg
Hi: Is it possible to run 1 instance of Solr which can be used to query multiple index. We have multiple customers in the same box and they will have their own index. I see there is something called multicore? is there any docs on multicore? Cheers Antonio

running 1 instance of solr with multiple index?

2008-02-06 Thread Antonio Eggberg
Hi: Is it possible to run 1 instance of Solr which can be used to query multiple index. We have multiple customers in the same box and they will have their own index, I would like to avoid running multiple instance of Solr. Cheers Antonio

keyword count? how to?

2007-01-28 Thread Antonio Eggberg
a keyword description Any pointer help would be much appreciated.. also maybe this is a performance killer and not a wise thing to do? Regards Antonio - Stava rätt! Stava lätt! Yahoo! Mails stavkontroll tar hand om tryckfelen och mycket mer! Få d

How fast is Solr insert or am i doing something wrong?

2007-01-29 Thread Antonio Eggberg
Hi: Just want to know if this the norm or is it my configuration. I created simple file with 10 000 records, 4 field per record these are id, title, desc, link. First I use the Solrb i.e. ruby gem library to perform insert acording to instructions and it took me about an hour and still counti

SV: Querying international characters

2007-01-29 Thread Antonio Eggberg
Hi : If you haven't done so.. I think you need to enable UTF-8 support in your tomcat/jetty etc.. for quries from web browsers.. have a look http://wiki.apache.org/tomcat/Tomcat/UTF-8 Regards Scott Leonard <[EMAIL PROTECTED]> skrev: I have a mirror of the entire dmoz content in a solr index.

SV: Re: How fast is Solr insert or am i doing something wrong?

2007-01-29 Thread Antonio Eggberg
ored. On 1/29/07, Yonik Seeley wrote: > On 1/29/07, Antonio Eggberg wrote: > > Is it a good practice to do after every insert .. is this what is taking > > the time.. are there any general rule of thumb. > > Definitely don't do a commit after every insert. D

SOLR-116

2007-01-29 Thread Antonio Eggberg
Hi: After doing quite a bit of searching what I understand is that the medicine to my problem of word count is in docTermFreq and TermEnum ... as Chris Hostetter points out clearly for statistical purpose in the post below. (Please note I am not so familer with java) http://www.mail-archive.c

SV: Re: SOLR-116

2007-01-30 Thread Antonio Eggberg
Erik Hatcher <[EMAIL PROTECTED]> skrev: So, no, the current information provided by this handler does not contain frequency information. I'd be happy to consider patches that allow it to provide more information, though I'd like to keep the basic index information request as succinct as p

Couple of ruby/solrb questions..

2007-01-31 Thread Antonio Eggberg
Hi: Two questions .. I am wondering about the following in the file solrb/lib/solr/connection.rb we are doing http post { "Content-Type" => "application/x-www-form-urlencoded; charset=utf-8" }) however the file under example/exampledocs/post.sh is using Content-type:text/xml; charset=utf-8 I

SMILE/Rails/Babel and Dynamic Facets?

2007-02-08 Thread Antonio Eggberg
Erik: You are doing some pretty cool stuff with flare! I am amazed! Now I have some questions :-) - Smile and Babel does everything and its so easy so I wonder why you need ruby/rails for flare? What I mean is that one could get XML feed directly from Solr to smile if the xml is formatted corr

SV: Top 10 results with faceted queries

2007-02-21 Thread Antonio Eggberg
Andreas Hochsteger <[EMAIL PROTECTED]> skrev: The naive approach would be to perform separate solr queries for each category, take to top 10 and aggregate the results. This works, but it's really slow, since there may be up to 40 categories on one page. I have also the same question. As far as I

SV: Re: Simple Web Interface

2007-03-20 Thread Antonio Eggberg
Erik Hatcher <[EMAIL PROTECTED]> skrev: Faceting only appears in Flare when there are "*_facet" fields in your index. Flare is going to undergo another spurt of evolution over the next couple of weeks as I tease it apart into a Rails plugin, making it easy to incorporate into an existing

High disk write usage

2017-07-05 Thread Antonio De Miguel
Hi, We are implementing a solrcloud cluster (6.6 version) with NRT requisites. We are indexing 600 docs/sec with 1500 docs/sec peaks, and we are serving about 1500qps. Our documents has 300 fields with some doc values, about 4kb and we have 3 million of documents. HardCommit is set to 15 minutes

Re: High disk write usage

2017-07-05 Thread Antonio De Miguel
Thnaks a lot alessandro! Yes, we have very big physical dedicated machines, with a topology of 5 shards and10 replicas each shard. 1. transaction log files are increasing but not with this rate 2. we 've probed with values between 300 and 2000 MB... without any visible results 3. We don't us

Re: High disk write usage

2017-07-05 Thread Antonio De Miguel
thanks Markus! We already have SSD. About changing topology we probed yesterday with 10 shards, but system goes more inconsistent than with the current topology (5x10). I dont know why... too many traffic perhaps? About merge factor.. we set default configuration for some days... but when a

Re: High disk write usage

2017-07-05 Thread Antonio De Miguel
isking > your data. That might be a quick experiment you could run though, > disable tlogs and see what that changes. Of course I'd do this on my > test system ;). > > But yeah, Solr will use a lot of I/O in the scenario you are outlining > I'm afraid. > > Best, >

Re: High disk write usage

2017-07-05 Thread Antonio De Miguel
> How much physical memory does the machine have and how much memory is > allocated to _all_ of the JVMs running on that machine? > > see: http://blog.thetaphi.de/2012/07/use-lucenes-mmapdirectory- > on-64bit.html > > Best, > Erick > > > On Wed, Jul 5, 2017 at 9:

Help with updateHandler commit stats

2017-07-07 Thread Antonio De Miguel
Hi, I'm taking a look to UpdateHandler stats... and i see when autosoftcommit occurs (every 10 secs) both metrics, "commits" and "soft autocommits" increments by one. ¿is this normal? My config is: autoCommit: 180 secs autoSoftCommit: 10 secs Thanks!

Re: High disk write usage

2017-07-10 Thread Antonio De Miguel
=1.784 MB docs/MB=244.978 A flush happens each 10 seconds (my autosoftcommit time is 10 secs and hardcommit 5 minutes). ¿is the expected behaviour? I thought soft commits does not write into disk... 2017-07-06 0:02 GMT+02:00 Antonio De Miguel : > Hi erik. > > What i want to said is tha

Re: High disk write usage

2017-07-11 Thread Antonio De Miguel
Thanks Shawn! I will try to change the values of those parameters 2017-07-10 14:57 GMT+02:00 Shawn Heisey : > On 7/10/2017 2:57 AM, Antonio De Miguel wrote: > > I continue deeping inside this problem... high writing rates continues. > > > > Searching in logs i see this:

Response 200 and empty response xml section

2011-10-10 Thread Antonio Pérez-Aranda
Hi all, I'm doing search stress testing over my solr cluster and when I get many concurrent random words dict searchers I get the follow response: With HTTP status 200 I have reach the concurrency limit? pool limit? It's is a Solr 1.4.1 with tomcat 6.0.32 and I set 500 as maxThreads on Tomc

Re: data import

2015-03-13 Thread Antonio Jesús Sánchez Padial
solr 4.0. -- Antonio Jesús Sánchez Padial Jefe del Servicio de Biometría antonio.sanc...@inia.es Tlfno: +34 91 347 6831 Instituto Nacional de Investigación y Tecnología Agraria y Alimentaria Ctra.m de La Coruña, km.7 28040 Madrid

Re: Trouble getting a solr join query done

2015-07-12 Thread Antonio David Pérez Morales
Hi Yusnel I think the query is invalid. It should be "q=clothes&fq={!join from=type_id to=id fromIndex=products}" or "q=*:*&fq={!join from=type_id to=id fromIndex=products}clothes" as long as you are using an edismax parser or df param for default field, where "clothes" query is matched to. Regar

Re: Trouble getting a solr join query done

2015-07-13 Thread Antonio David Pérez Morales
et us know if it works for you Regards 2015-07-12 17:02 GMT+02:00 Antonio David Pérez Morales < adperezmora...@gmail.com>: > Hi Yusnel > > I think the query is invalid. It should be "q=clothes&fq={!join > from=type_id to=id fromIndex=products}" or "q=*:*&fq={

Position Solr results

2012-03-30 Thread Manuel Antonio Novoa Proenza
Hi I'm not good with English, and for this reason I had to resort to a translator. I have the following question ... How I can get the position in which there is a certain website in solr results generated for a given search criteria ? regards ManP 10mo. ANIVERSARIO DE LA CRE

index the links having a certain website

2012-03-30 Thread Manuel Antonio Novoa Proenza
Hello I'm not good with English, and therefore I had to resort to a translator. I have the following question ... How I can index the links having a certain website ? regards ManP 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS... CONECTADOS AL FU

Re: index the links having a certain website

2012-04-01 Thread Manuel Antonio Novoa Proenza
reitero que mi inglés es muy malo por eso uso un traductor, de todas formas a continuación te envío lo que quiero decir en español. Muchas gracias Manuel Saludos... Manuel Antonio Novoa Proenza Universidad de las Ciencias Informáticas Email: mano...@estudiantes.uci.cu

Re: Position Solr results

2012-04-01 Thread Manuel Antonio Novoa Proenza
que posción se encuentra este resultado? Te reitero que mi inglés es muy malo por eso uso un traductor, de todas formas a continuación te envío lo que quiero decir en español. Muchas gracias Manuel Saludos... Manuel Antonio Novoa Proenza Universidad de las

pagerank??

2012-04-03 Thread Manuel Antonio Novoa Proenza
Hello, I have in my Solr index , many indexed documents. Let me know any way or efficient function to calculate the page rank of websites indexed. s 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS... CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION http:/

Re: PageRank

2012-04-04 Thread Manuel Antonio Novoa Proenza
you very much Saludos... Manuel Antonio Novoa Proenza Universidad de las Ciencias Informáticas Email: mano...@estudiantes.uci.cu 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS... CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION

alt attribute img tag

2012-04-04 Thread Manuel Antonio Novoa Proenza
Hello, I would like to know the method of extracting from the images that are in html documents Alt attribute data 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS... CONECTADOS AL FUTURO, CONECTADOS A LA REVOLUCION http://www.uci.cu http://www.

Highlighting does not work when using !boost as a nested query

2011-05-08 Thread Juan Antonio Farré Basurte
Hi, I need to boost newer documents in my dismax queries. As I've been able to read in the wiki, it's best to use a multiplicative boost. The only way I know to do this with the dismax (not edismax) query parser is via a {!boost b=$dateboost v=$qq defType=dismax} query. To make things more complic

TrieIntField for "short" values

2011-05-12 Thread Juan Antonio Farré Basurte
Hello, I'm quite a beginner in solr and have many doubts while trying to learn how everything works. I have only a slight idea on how TrieFields work. The thing is I have an integer value that will always be in the range 0-1000. A short field would be enough for this, but there is no such TrieSho

Re: TrieIntField for "short" values

2011-05-15 Thread Juan Antonio Farré Basurte
just go with PrecisionStep=0 > (which is the int field) > > Best > Erick > > On Thu, May 12, 2011 at 11:15 AM, Juan Antonio Farré Basurte > wrote: > > Hello, > > I'm quite a beginner in solr and have many doubts while trying to learn how > > everything wor

Re: filter cache and negative filter query

2011-05-18 Thread Juan Antonio Farré Basurte
Mmm... I had wondered whether solr reused filters this way (not having both the positive and negative versions) and I'm glad to see it does indeed reuse them. What I don't like is that it systematically uses the positive version. Sometimes the negative version will give many less results (for exa

Re: filter cache and negative filter query

2011-05-19 Thread Juan Antonio Farré Basurte
> : query that in fact returns the "negative" results. As a simple example, > : I believe that, for a boolean field, -field:true is exactly the same as > : +field:false, but the former is a negative query and the latter is a > > that's not strictly true in all cases... > > * if the field is m

Re: Highlighting does not work when using !boost as a nested query

2011-05-19 Thread Juan Antonio Farré Basurte
Hi, The query is generated dynamically and can be more or less complex depending on different parameters. I'm also not free to give many details of our implementation, but I'll give you the minimal query string that fails and the relevant pieces of the config. The query string is: /select?q=+i

Re: filter cache and negative filter query

2011-05-19 Thread Juan Antonio Farré Basurte
> lookups to work with an arbitrary query, you would either need to changed > the cache structure from Query=>DocSet to a mapping of > Query=>[DocSet,inverseionBit] and store the same cache value needs needs > with two keys -- both the positive and the negative; or you keep the Well, I don't k

Re: Highlighting does not work when using !boost as a nested query

2011-05-19 Thread Juan Antonio Farré Basurte
/DAY,published_date),3.16e-11,1,1)&qq=user_text&qf=text1^2 text2&pf=text1^2 text2&tie=0.1&q.alt=*:*&hl=true&hl.fl=text1 text2&hl.mergeContiguous=true But I don't get the multiplicative boost I'd like to use... El 19/05/2011, a las 11:31, Juan Anton

  1   2   >