Solr wiki page update

2021-02-11 Thread Vincent Brehin
- Apache Software Foundation <https://cwiki.apache.org/confluence/display/SOLR/Support>) ? Or give me the permission to edit it on confluence (my user: vincent.brehin) ? Thanks ! Best Regards, Vincent

Re: different score from different replica of same shard

2021-01-13 Thread Vincent Brehin
lts for a given client, if it's important for your use case. Hope this helps. Regards, Vincent Le mer. 13 janv. 2021 à 15:31, Markus Jelsma a écrit : > Hallo Bernd, > > I see the different replica types in the 7.1 [1] manual but not in the 6.6. > ExactStatsCache should work in 6.6,

get 'columns' name via JDBC ?

2020-11-10 Thread Vincent Bossuet
Hi all, I'm trying to use DatabaseMetaData java object, to get "column" names dynamically. I can get some informations with this object, but not so much. Is there some documentation to see what is possible via JDBC Driver (metadata, sql...) ? Thanks ! Vincent

Re: can't connect to SOLR with JDBC url

2020-11-09 Thread Vincent Bossuet
Thank you Kevin, I can now connect (I test with DbVisualiser) with -c option. Vincent Le lun. 9 nov. 2020 à 16:30, Kevin Risden a écrit : > > > > start (without option : bin/solr start) > > > Solr SQL/JDBC requires Solr Cloud (running w/ Zookeeper) since streaming >

can't connect to SOLR with JDBC url

2020-11-06 Thread Vincent Bossuet
calhost:2181?collection=test - jdbc:solr://localhost:2181/?collection=test - jdbc:solr://localhost:2181/solr?collection=test If you have an idea, thanks for help ! Vincent

Re: Using Solr's zkcli.sh

2020-09-02 Thread Vincent Brehin
other commands, including zkcli. So you should first launch "sudo chmod a+x server/scripts/cloud-scripts/zkcli.sh" , then you should be able to use the command. Let us know ! Vincent Le mar. 1 sept. 2020 à 23:35, Victor Kretzer a écrit : > Thank you in advance. This is my first time us

LTR on multiple shards

2017-03-08 Thread Vincent
uot;POST" and "DELETE"). Is this a mistake on my end? I assume it's not supposed to work this way? Thanks a lot! Vincent

Re: Learning to rank - Bad Request

2017-03-07 Thread Vincent
Update: solved, I missed some config steps. Thanks for the help, Vincent On 07-03-17 12:20, Vincent wrote: Hi Christine, Thanks for the reply! I suppose something in our config doens't comply with the LTR plugin. If I browse to http://[HOST]:[PORT]/solr/[COLLECTION]/schema/feature-

Re: Learning to rank - Bad Request

2017-03-07 Thread Vincent
d resource registered for path /schema/feature-store ... So it seems that there /is /no feature endpoint? I suspect that maybe our config doesn't apply necessary solr-plugins for LTR or something similar, despite the -Dsolr.ltr.enabled=true parameter. Any advice would be appreciated! Thanks, Vin

Learning to rank - Bad Request

2017-03-06 Thread Vincent
s going wrong in this case. I have tried the LTR with the default techproducts example, and that worked just fine. Does anyone have an idea of what's going wrong here? Thanks in advance! Vincent

how to delete ubb code when solr indexes documents

2013-08-29 Thread vincent
The original document : [backcolor=#ff][color=#33][font=Tahoma] the document content [/font][/color][/backcolor] I want to delete the ebb code in this document when solr index this document. just left : the document content. -- vincent

Searching for field that contains multiple values

2013-01-16 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
Hi, How do I find documents that have more than one value in a field? Example: blue red Vincent Vu Nguyen

RE: Turn on Unicode support

2012-12-05 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
Thanks a lot Shawn! You were right, I didn't think to look into Tomcat. I enabled UTF8 in tomcat and everything works now, Thanks Vincent Vu Nguyen -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Wednesday, December 05, 2012 10:12 AM To: solr

Turn on Unicode support

2012-12-05 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
term with the 'Registered trademark ®' character, it will translate to 'â®' Is there something I'm missing in the configuration? Vincent Vu Nguyen

RE: Full Text Indexing for DOCX files

2012-08-22 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
Thanks Jack, I'll give that version of SOLR a try. Vincent Vu Nguyen Web Applications Developer Division of Science Quality and Translation Office of the Associate Director for Science Centers for Disease Control and Prevention (CDC) 404-498-0384 v...@cdc.gov Century Bldg 2400 Atlanta, GA

Full Text Indexing for DOCX files

2012-08-22 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
27;re currently using SOLR1.3 Vincent Vu Nguyen

Re: Solr Distributed Search vs Hadoop

2011-12-23 Thread Nick Vincent
For data of this size you may want to look at something like Apache Cassandra, which is made specifically to handle data at this kind of scale across many machines. You can still use Hadoop to analyse and transform the data in a performant manner, however it's probably best to do some research on

Building queries for SolR

2011-02-17 Thread Vincent Cautaerts
Hi, I'm porting/upgrading a project from Lucene to Solr. In Lucene, I was using the user-provided Lucene query string, and I did complete it to implement access restriction, based on fields saved in the index: Query userQ=... // query from user Query restrictQ=.. // implement restrictions Query

Re: Migration from Solr 1.2 to Solr 1.4

2011-02-02 Thread Vincent Chavelle
> if you don't have any custom components, you can probably just use > your entire solr home dir as is -- just change the solr.war. (you can't > just copy the data dir though, you need to use the same configs) > > test it out, and note the "Upgrading" notes in the CHANGES.txt for the > 1.3, 1.4, a

Migration from Solr 1.2 to Solr 1.4

2011-01-31 Thread Vincent Chavelle
Hello, I have huge numbers of data indexed in solr and I would know the best way to migrate it ? A simple cp of the data directory can work ? Thanks you Vincent Chavelle

Re: sort problem

2011-01-18 Thread Philippe Vincent-Royol
s you > > happen to already have such a field (via copyField, perhaps). > > > > Brad > > > > > > > > > > -Original Message- > > From: Salman Akram [mailto:salman.ak...@northbaysolutions.net] > > Sent: January-17-11 5:47 AM > > To: s

Re: sort problem

2011-01-17 Thread Philippe VINCENT-ROYOL
Le 17/01/11 10:32, Grijesh a écrit : Use Lowercase filter to lowering your data at both index time and search time it will make case insensitive - Thanx: Grijesh Thanks, so tell me if i m wrong... i need to modify my schema.xml to add lowercase filter and reindex my content?

sort problem

2011-01-17 Thread Philippe VINCENT-ROYOL
Hi guys, I use solr with utf8 charset and i've a sort problem. For example, i make a sort on a name field.. results looks like: Article Banana Foo aviation brunch ... So my question is, how to force solr to ignore case in result ? I would like to have result as: Article aviation Banana brun

Multi-valued poly fields & search

2010-12-02 Thread Vincent Cautaerts
Hi, (should this be on solr-dev mailing list?) I have this kind of data, about articles in newspapers: article A-001 . published on 2010-10-31, in newspaper "N-1", edition "E1" . published on 2010-10-30, in newspaper "N-2", edition "E2" article A-002 . published on 2010-10-30, in newspaper "N

Recall: Experience with large merge factors

2010-10-05 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
Nguyen, Vincent (CDC/OD/OADS) (CTR) would like to recall the message, "Experience with large merge factors".

Recall: Experience with large merge factors

2010-10-05 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
Nguyen, Vincent (CDC/OD/OADS) (CTR) would like to recall the message, "Experience with large merge factors".

RE: Experience with large merge factors

2010-10-05 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
Thank you once again Betsy! Vincent Vu Nguyen Division of Science Quality and Translation Office of the Associate Director for Science Centers for Disease Control and Prevention (CDC) 404-498-6154 Century Bldg 2400 Atlanta, GA 30329 -Original Message- From: Burton-West, Tom

RE: multi level faceting

2010-10-05 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
Just to clarify, the effect I was look for was this. Sneakers Men (22) Women (43) AFTER a user filters by one of those, they would be presented with a NEW facet field such as Sneakers Men Size 7 (10) Size 8 (11) Size 9 (23) Vincent Vu Nguyen -Original Message

Recall: multi level faceting

2010-10-05 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
Nguyen, Vincent (CDC/OD/OADS) (CTR) would like to recall the message, "multi level faceting".

RE: multi level faceting

2010-10-05 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
Just to clarify, the effect I was look for was this. Sneakers Men (22) Women (43) AFTER a user filters by one of those, they would be presented with a NEW facet field such as Sneakers Men Size 7 Size 7 Size 7 Vincent Vu Nguyen -Original Message- From

RE: multi level faceting

2010-10-04 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
Ok. Thanks for the quick response. Vincent Vu Nguyen Division of Science Quality and Translation Office of the Associate Director for Science Centers for Disease Control and Prevention (CDC) 404-498-6154 Century Bldg 2400 Atlanta, GA 30329 -Original Message- From: Allistair Crossley

multi level faceting

2010-10-04 Thread Nguyen, Vincent (CDC/OD/OADS) (CTR)
y - whichever they chose). Is this something that would have to be handled at the application level? Vincent Vu Nguyen

RE: Solr returning irrelevant results

2010-09-15 Thread Nguyen, Vincent (CDC/OSELS/PHITPO) (CTR)
Actually, I think I found the issue. Some of the PDFs weren't OCR'ed very well and the text from the word "examined" was read as "~8 mined" Vincent Vu Nguyen Division of Science Quality and Translation Office of the Associate Director for Science Centers for Disea

RE: Solr returning irrelevant results

2010-09-15 Thread Nguyen, Vincent (CDC/OSELS/PHITPO) (CTR)
Sorry about that, I made it uppercase to emphasize it. The word was just "examined" Vincent Vu Nguyen Division of Science Quality and Translation Office of the Associate Director for Science Centers for Disease Control and Prevention (CDC) 404-498-6154 Century Bldg 2400 Atlanta

Solr returning irrelevant results

2010-09-15 Thread Nguyen, Vincent (CDC/OSELS/PHITPO) (CTR)
"mine" words in the document. However, I did find words like "exaMINEd". How can I prevent this from happening? Thanks Vincent Vu Nguyen

RE: simple question from a newbie

2010-07-29 Thread Nguyen, Vincent (CDC/OSELS/NCPHI) (CTR)
Yup, dc3.title worked like a charm. I'm also sorting by that field as well. Thanks Vincent Vu Nguyen Division of Science Quality and Translation Office of the Associate Director for Science Centers for Disease Control and Prevention (CDC) 404-498-6154 Century Bldg 2400 Atlanta, GA

RE: simple question from a newbie

2010-07-28 Thread Nguyen, Vincent (CDC/OSELS/NCPHI) (CTR)
PID fgs.label Vincent Vu Nguyen Division of Science Quality and Translation Office of the Associate Director for Science Centers for Disease Control and Prevention (CDC) 404-498-6154 Century Bldg 2400 Atlanta, GA 30329 -Original Message- From: Ranveer [mailto:ranve

simple question from a newbie

2010-07-28 Thread Nguyen, Vincent (CDC/OSELS/NCPHI) (CTR)
type query I know that I can facet by dc.title and then use the parameter facet.prefix=c but it returns something like this: Cancer Reports [2] Childhood agricultural-related injury report [1] Childhood agricultural injury prevention [1] Vincent Vu Nguyen Division of Science Qualit

Re: Need help to finalize my autocomplete

2009-09-16 Thread Vincent Pérès
After re-indexing it works very well ! Thanks a lot ! Vincent -- View this message in context: http://www.nabble.com/Need-help-to-finalize-my-autocomplete-tp25468885p25469931.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Need help to finalize my autocomplete

2009-09-16 Thread Vincent Pérès
Hello, I tried to replace the class as you suggested, but I still get the same result (and not results where the query start only with the giving query). -- View this message in context: http://www.nabble.c

Need help to finalize my autocomplete

2009-09-16 Thread Vincent Pérès
is only to have results starting with the query, so it should be : > harry > harry potter > harry potter 5 Can anybody tell me if it is possible and so how to do it ? Thank you ! Vincent And -- View this message in context: http://www.nabble.com/Need-help-to-finalize-my-autocomplete-t

Re: Relevant results with DisMaxRequestHandler

2009-08-19 Thread Vincent Pérès
er parameter. Thank you, Vincent hossman wrote: > > > : The 'qf' parameter used in the dismax seems to work with a 'AND' > separator. > : I have much more results without dixmax. Is there any way to keep the > same > : amount of document and p

Re: Relevant results with DisMaxRequestHandler

2009-08-10 Thread Vincent Pérès
I actually have an other question... The 'qf' parameter used in the dismax seems to work with a 'AND' separator. I have much more results without dixmax. Is there any way to keep the same amount of document and process the 'qf' ? My dismax : dismax explicit 0.01

Re: Relevant results with DisMaxRequestHandler

2009-08-10 Thread Vincent Pérès
Hello, Thank you for your answer, I finally used only a 'qf' parameter in the dismax requesthandler and it seems that I have now better and more relevant results. I just don't understand why a result is mainly boosted by his last update by default ! Vincent -- View this mes

Relevant results with DisMaxRequestHandler

2009-07-29 Thread Vincent Pérès
come from the name_s field...) ? A second general question... is it possible to boost a field if the query match exactly the content of a field? Thank you ! Vincent -- View this message in context: http://www.nabble.com/Relevant-results-with-DisMaxRequestHandler-tp24716870p24716870.html Sen

Stats for all documents and not current search

2009-06-12 Thread Vincent Pérès
the stats, one to get the results). Any idea which could save me one request? Thanks ! Vincent -- View this message in context: http://www.nabble.com/Stats-for-all-documents-and-not-current-search-tp24001883p24001883.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr update performance decrease after a while

2009-06-11 Thread Vincent Pérès
Thank for your answer, I will have a look and try to find a solution. Cheers -- View this message in context: http://www.nabble.com/Solr-update-performance-decrease-after-a-while-tp23945947p23980681.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr update performance decrease after a while

2009-06-09 Thread Vincent Pérès
file. Maybe you have some tips which could help me to be more linear ? Thanks a lot Vincent -- View this message in context: http://www.nabble.com/Solr-update-performance-decrease-after-a-while-tp23945947p23945947.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: User search in Facebook like

2009-06-01 Thread Vincent Pérès
Thanks a lot for your answer it fixed all my issues !!! It's really well working ! Cheers, Vincent -- View this message in context: http://www.nabble.com/User-search-in-Facebook-like-tp23804854p23818867.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: User search in Facebook like

2009-05-31 Thread Vincent Pérès
bstitute that with > the > query "vince* p*" to get the following hits > Vincent Pérès > Vincent Price > Vince Price > Vince Pérès > etc... > > D > > > > 2009/5/31 Vincent Pérès > >> >> Hello, >> >> I built a feature whic

User search in Facebook like

2009-05-31 Thread Vincent Pérès
ard search like "?q=vincent" and I get back the results list. If I type 'vinc' I will not get any results (But I would like to display all the users where the name start with 'vinc'). Maybe I need an extra param? I also tried the autosuggest, but I get a list of te

Re: How to change the weight of the fields ?

2009-05-21 Thread Vincent Pérès
f the term into 'title_s' and 'id' no? Thanks for your answers ! Vincent -- View this message in context: http://www.nabble.com/How-to-change-the-weight-of-the-fields---tp23619971p23649624.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to change the weight of the fields ?

2009-05-20 Thread Vincent Pérès
tionMaxQuery((title_s:novel^2.0)~0.01) () +(title_s:novel^2.0)~0.01 () DismaxQParser − − 3.0 − 1.0 − 1.0 etc Do I need to add some specific attributes to my string fields? It looks now like this : and below : Thanks !! Vincent -- View this message in context: http://ww

Re: How to change the weight of the fields ?

2009-05-20 Thread Vincent Pérès
gure it by default in solr config? Thanks for your answer ! Vincent -- View this message in context: http://www.nabble.com/How-to-change-the-weight-of-the-fields---tp23619971p23631022.html Sent from the Solr - User mailing list archive at Nabble.com.

How to change the weight of the fields ?

2009-05-19 Thread Vincent Pérès
nable something else to be able to change the weight of my fields? Thanks very much Vincent -- View this message in context: http://www.nabble.com/How-to-change-the-weight-of-the-fields---tp23619971p23619971.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to update only few fields in a document

2009-05-18 Thread Vincent Pérès
Hello, I went through the ticket but it seems that nothing is envisaged until version 1.5 Thanks for your answer !! Vincent Otis Gospodnetic wrote: > > > Vincent, > > Unfortunately things haven't changed yet. If all your fields are stored, > have a look at

How to update only few fields in a document

2009-05-15 Thread Vincent Pérès
y time. Is there any feature which could allow me to do that? Thanks ! Vincent -- View this message in context: http://www.nabble.com/How-to-update-only-few-fields-in-a-document-tp23560169p23560169.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DataImportHandler with multiple values

2009-04-13 Thread Vincent Pérès
I changed the ISBN to lowercase (and the other fields as well) and it works ! Thanks very much ! -- View this message in context: http://www.nabble.com/DataImportHandler-with-multiple-values-tp23022195p23023374.html Sent from the Solr - User mailing list archive at Nabble.com.

DataImportHandler with multiple values

2009-04-13 Thread Vincent Pérès
solr 1.4 dynamics fields... Ten fields are well created... but without the 'cat' multi value field. Terry Pratchett 47 0552124753 Corgi Books 2009-04-13T12:54:38.553Z The Colour of Magic (Discworld Novel) I guess I missed something, could you help me or redirect me to the right doc?

Re: What are the way to update / delete solr datas?

2008-10-31 Thread Vincent Pérès
Thanks for your quick answer. I'm using only HTTP to display my results, that's why I would like to continue with this way. If I can use HTTP instead of solr, it will be better for me. Erik Hatcher wrote: > > > On Oct 31, 2008, at 11:40 AM, Vincent Pérès wrote: >>

What are the way to update / delete solr datas?

2008-10-31 Thread Vincent Pérès
t I found only these two ways : http://localhost:8983/solr/update/csv?commit=true&separator=%09&escape=\&stream.file=/tmp/result.text or using an xml file with that : load_id:20070424150841 The last possibility is to use the solr-ruby library. Is there any way I forgot ? Thanks,

Re: How to get the min and max values from facets?

2008-10-30 Thread Vincent Pérès
Hello, Yes I understand, like : myfacet, ASC, limit 1 myfacet, DESC, limit 1 So I can get the first value and the last one. Do you think I will get more performance with this way than using stats? Thanks ! Vincent -- View this message in context: http://www.nabble.com/How-to-get-the-min-and

How to get the min and max values from facets?

2008-10-30 Thread Vincent Pérès
splay the range (minimum and maximum values) from a facet. Is there any way to do that? I found the new statistics components, follow the link : http://wiki.apache.org/solr/StatsComponent But it's for solr 1.4. Does anyone have any idea? Thank you ! Vincent -- View this message in context: h

Re: Create custom facets after building index

2008-10-21 Thread Vincent Pérès
Hello ! Thank you it is working. I've done a query, and my facet query is : "facet_queries":{ "published_year_facet:[1999 TO 2005]":95, "rating_facet:[3 TO 3.99]":25, "rating_facet:[1 TO 1.99]":1}, Is it possible to 'group' kind of queries (published together, rating tog

Create custom facets after building index

2008-10-21 Thread Vincent Pérès
value) Or I have to specify this way on my schema.xml? Thank you ! Vincent -- View this message in context: http://www.nabble.com/Create-custom-facets-after-building-index-tp20086166p20086166.html Sent from the Solr - User mailing list archive at Nabble.com.