Unsubscribe me

2019-05-21 Thread Vladimir Vagaytsev

SolrCloud liveness problems

2013-09-17 Thread Vladimir Veljkovic
ction remains ”down” and node becomes unresponsive and timeouts on http requests. As this behavior is completely unexpected for one cluster solution, I wonder if somebody else experienced same problems or we are doing something entirely wrong. Best regards -- Vladimir Veljkovic Senior Java Ent

How to push documents with all words of query to top of result?

2013-08-29 Thread Vladimir
Now, if I write the phrase The car in search query I get result Black car Test a car The car A fast car But I need to get "The car" on top: How this to get? Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-push-documents-with-all-words-of-query-to-top-of-re

Re: Issue in Swap Space display at Solr Admin

2013-08-21 Thread Vladimir Vagaitsev
nux ip-xxx-xxx-xxx-xxx 3.2.0-39-virtual #62-Ubuntu SMP Thu Feb 28 00:48:27 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux\n","uptime":" 11:24:39 up 4 days, 23:03, 1 user, load average: 3.38, 3.10, 2.95\n"} 2013/8/21 Stefan Matheis > Vladimir > > As Shawn said .. th

Re: Issue in Swap Space display at Solr Admin

2013-08-21 Thread Vladimir Vagaitsev
Stefan. the link still doesn't work. I'm usiing solr-4.3.1 and I have the following solr.xml file: 2013/8/20 Shawn Heisey > On 8/20/2013 9:49 AM, Stefan Matheis wrote: > >> Vladimir >> >> That shouldn't matter .. perha

Re: Issue in Swap Space display at Solr Admin

2013-08-20 Thread Vladimir Vagaitsev
Stefan, I tried to execute the query what you mentioned, but http 404 error was returned. We are using multicore solr, I think query format depends on it. - Vladimir. 2013/8/19 Stefan Matheis > Vladimir > > Would you mind attaching the output of /solr/admin/system?wt=json ? The >

Issue in Swap Space display at Solr Admin

2013-08-19 Thread Vladimir Vagaitsev
Maybe it's better to filter this case and put here something like "not used" instead of "NaN"? You can see the screenshot here: http://pbrd.co/1cTvWPF Vladimir

Inconsistent solrcloud search

2013-07-18 Thread Vladimir Poroshin
Hi, I have a strange behavior while searching my solrcloud cluster: for a query like this http://localhost/solr/my_collection/select?q="my+query"; solr responses sometimes with one document and sometimes wit

Solr Rolling Log Files

2010-09-14 Thread Vladimir Sutskever
Can SOLR be configured out of the box to handle rolling log files? Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan Chase, Inc. Tel: (212) 552.5097 This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or

Extending org.apache.solr.hander.dataimport.Transformer

2010-09-09 Thread Vladimir Sutskever
signature transformRow(Map row) Any idea why it looks for that method signature instead of the transformRow(Map row, Context context) ? Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan Chase, Inc. This email is confidential and subject to important disclaimers and

RE: Delta Import with something other than Date

2010-09-09 Thread Vladimir Sutskever
Shawn, Can you provide a sample of passing the parameter via URL? And how using it would look in the data-config.xml Thanks! -Vladimir -Original Message- From: Shawn Heisey [mailto:elyog...@elyograg.org] Sent: Thursday, September 09, 2010 3:04 PM To: solr-user@lucene.apache.org

RE: DataImportHandlerException for custom DIH Transformer

2010-09-08 Thread Vladimir Sutskever
I am experiencing a similar situation? Any comments? -Original Message- From: Shashikant Kore [mailto:shashik...@gmail.com] Sent: Wednesday, September 08, 2010 2:54 AM To: solr-user@lucene.apache.org Subject: Re: DataImportHandlerException for custom DIH Transformer Resurrecting an old

Increasing Logging of Delta Queries

2010-08-25 Thread Vladimir Sutskever
Hi All, Is there a way to increase the debugging level of SOLR delta query imports. I would like to see records that have been "picked up" by SOLR be spit out to Standard Output or a log file. Thank You! Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan

Importing CSV with post.jar

2010-08-03 Thread Vladimir Sutskever
-Dcommit=yes -Durl=http://localhost:8983/solr/clients_ib/update -jar post.jar Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan Chase, Inc. This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of

RE: /select handler statistics

2010-07-12 Thread Vladimir Sutskever
ndard request handler.   Cheers,   -Original message- From: Vladimir Sutskever Sent: Mon 12-07-2010 19:44 To: solr-user@lucene.apache.org; Subject: /select handler statistics Hi All, I am looking at the stats.jsp page in the SOLR admin panel. I do not see statistics for the /select re

/select handler statistics

2010-07-12 Thread Vladimir Sutskever
Hi All, I am looking at the stats.jsp page in the SOLR admin panel. I do not see statistics for the /select request handler. I want to know total # of search requests + avg time of request ... etc Am I overlooking something? Kind regards, Vladimir Sutskever Investment Bank - Technology

Disabling Access to Solr Admin Panel

2010-06-29 Thread Vladimir Sutskever
Hi All, How can I forbid access to the SOLR index admin panel? Can I configure this in the /jetty.xml - I understand that's it's not "true" security - considering updates/delete/re-indexing commands will still be allowed - via GET request. Kind regards, Vladimir Sutsk

SOLR partial string matching question

2010-06-22 Thread Vladimir Sutskever
the partial string "of ameri" Any suggestions? Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan Chase, Inc. This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy

Solr / Solrj Wildcard Phrase Searches

2010-06-15 Thread Vladimir Sutskever
d - and send "AS IS" Good Luck Kind regards, Vladimir Sutskever Investment Bank - Technology JPMorgan Chase, Inc. Tel: (212) 552.5097 This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accur

Debugging - DIH Delta Queries-

2010-05-20 Thread Vladimir Sutskever
Hi All, How can I see all of the queries sent to my DB during a Delta Import? It seems like my documents are not being updated via delta import When I use SOLR's DataIMport Handler Console - with delta-import selected I see − − But that’s not very helpful - I want to see the exact que

Solr Delta Queries

2010-05-20 Thread Vladimir Sutskever
I have a "indexed_timestamp" field in my index - which lets me know when document was indexed: For some reason when doing delta indexing via DIH, this field is not being updated. Are timestamp fields updated during DELTA updates? Kind regards, Vladimir Sutskever Inves

Solr Delta Queries

2010-05-19 Thread Vladimir Sutskever
I have a "indexed_timestamp" field in my index - which lets me know when document was indexed: For some reason when doing delta indexing via DIH, this field is not being updated. Are timestamp fields updated during DELTA updates? Kind regards, Vladimir Sutskever Inves

Solr Self-Join Query

2010-03-23 Thread Vladimir Sutskever
_id Thank you for your help -Vladimir This email is confidential and subject to important disclaimers and conditions including on offers for the purchase or sale of securities, accuracy and completeness of information, viruses, confidentiality, legal privilege, and legal entity disclaimers, availab

Performing "Starts with searches"

2010-03-23 Thread Vladimir Sutskever
How do I perform a "starts with" search in Lucene/Solr. Ex: I need all results that start with "Bill" - NOT just contain "Bill" somewhere in the search string. Thank You -Vladimir This email is confidential and subject to important disclaimers and conditio

RE: How to determine the size of the index?

2009-10-08 Thread Fishman, Vladimir
??? You can find it at http://192.168.5.25/solr/admin/file/?file=schema.xml and http://192.168.5.25/solr/admin/schema.jsp Fishman, Vladimir wrote: > > Is this info available via admin page? > -- View this message in context: http://www.nabble.com/How-to-retrieve-the-index-of-a-string

How to determine the size of the index?

2009-10-07 Thread Fishman, Vladimir
Is this info available via admin page?

FW: Data Modeling

2009-08-19 Thread Vladimir Landman
I could give Solr a Part#(Sku) and have it get all the attributes for that sku, alternatively, I'd love to be able to drill-down by the attributes such as Brand, Water Pump Style, etc. Please let me know if this email is still not clear... -- Vladimir Landman Northern Auto

Data Modeling

2009-08-19 Thread Vladimir Landman
Since one part might have 3 or 4 attributes, but 100 applications, I want to try to avoid having 400 records, but maybe that is just what I will have to do. I appreciate any help. -- Vladimir Landman Northern Auto Parts  

MoreLikeThis similarity field boosting

2008-01-14 Thread Vladimir Garvardt
Hello. I'm using Solr for searching our system. Using MoreLikeThis for related content searching. Now url used for search is like this: http://localhost:8983/solr/mlt?q=nid:7280&mlt=true&mlt.fl=title,teaser,body&mlt.mindf=1&mlt.mintf=1&fl=nid,title,score Where "nid" is uniqueKey and "title,teaser

Re: Search for related content

2007-12-29 Thread Vladimir Garvardt
7280&mlt=true&mlt.fl=title,body&mlt.mindf=1&mlt.mintf=1&fl=nid,title,score If that doesn't work, look at your solrconfig.xml and make sure you have /mlt handler defined. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message F

Search for related content

2007-12-29 Thread Vladimir Garvardt
Hello. I'm new to Solr and exploring its capabilities to use in my project. I already implemented simple search and highlighting via Solr. Now I need to implement search for related content. As I understand the best way to do it is MoreLikeThis that I found http://wiki.apache.org/solr/MoreLike