Solr Question

2018-10-14 Thread Joseph Costello - F&D Reports
I had a quick question regarding using Solr for doing fast geospatial calculations against multiple locations. For example we have a product that takes 2 to 10 companies at a time (i.e. McDonalds 14,000 Subway 20,000, Duncan Donuts 5000), and identifies and maps any store overlap based on a ran

Solr question about deleting core permanently

2018-05-03 Thread Alexey Ponomarenko
Hi, I have a question https://stackoverflow.com/questions/50150507/how-can-i-delete-all-fields-after-corecollection-was-deleted can you help me? This is regarding deleting solr core permanently.

Re: Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-18 Thread GW
Wow, thanks. So assuming I have a five node ensemble and one machine is rolling along as leader, am I correct to assume that as a leader becomes taxed it can lose the election and another takes over as leader? The leader actually floats about the ensemble under load? I was thinking the leader was

Re: Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-18 Thread Dorian Hoxha
On Sun, Dec 18, 2016 at 3:48 PM, GW wrote: > Yeah, > > > I'll look at the proxy you suggested shortly. > > I've discovered that the idea of making a zookeeper aware app is pointless > when scripting REST calls right after I installed libzookeeper. > > Zookeeper is there to provide the zookeeping

Re: Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-18 Thread GW
Yeah, I'll look at the proxy you suggested shortly. I've discovered that the idea of making a zookeeper aware app is pointless when scripting REST calls right after I installed libzookeeper. Zookeeper is there to provide the zookeeping for Solr: End of story. Me thinks I believe what reall

Re: Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-15 Thread Shawn Heisey
On 12/14/2016 7:36 AM, GW wrote: > I understand accessing solr directly. I'm doing REST calls to a single > machine. > > If I have a cluster of five servers and say three Apache servers, I can > round robin the REST calls to all five in the cluster? > > I guess I'm going to find out. :-) If so I m

Re: Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-15 Thread GW
Thanks Tom, It looks like there is an PHP extension on Git. seems like a phpized C lib to create a Zend module to work with ZK. No mention of solr but I'm guessing I can poll the ensemble for pretty much anything ZK. Thanks for the direction! A ZK aware app is the way I need to go. I'll give it g

Re: Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-15 Thread Tom Evans
On Thu, Dec 15, 2016 at 12:37 PM, GW wrote: > While my client is all PHP it does not use a solr client. I wanted to stay > with he latest Solt Cloud and the PHP clients all seemed to have some kind > of issue being unaware of newer Solr Cloud versions. The client makes pure > REST calls with Curl.

Re: Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-15 Thread GW
While my client is all PHP it does not use a solr client. I wanted to stay with he latest Solt Cloud and the PHP clients all seemed to have some kind of issue being unaware of newer Solr Cloud versions. The client makes pure REST calls with Curl. It is stateful through local storage. There is no pe

Re: Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-15 Thread Dorian Hoxha
See replies inline: On Wed, Dec 14, 2016 at 3:36 PM, GW wrote: > Thanks, > > I understand accessing solr directly. I'm doing REST calls to a single > machine. > > If I have a cluster of five servers and say three Apache servers, I can > round robin the REST calls to all five in the cluster? > I

Re: Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-14 Thread GW
Thanks, I understand accessing solr directly. I'm doing REST calls to a single machine. If I have a cluster of five servers and say three Apache servers, I can round robin the REST calls to all five in the cluster? I guess I'm going to find out. :-) If so I might be better off just running Apac

Re: Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-14 Thread Dorian Hoxha
See replies inline: On Wed, Dec 14, 2016 at 11:16 AM, GW wrote: > Hello folks, > > I'm about to set up a Web service I created with PHP/Apache <--> Solr Cloud > > I'm hoping to index a bazillion documents. > ok , how many inserts/second ? > > I'm thinking about using Linode.com because the pric

Has anyone used linode.com to run Solr | ??Best way to deliver PHP/Apache clients with Solr question

2016-12-14 Thread GW
Hello folks, I'm about to set up a Web service I created with PHP/Apache <--> Solr Cloud I'm hoping to index a bazillion documents. I'm thinking about using Linode.com because the pricing looks great. Any opinions?? I envision using an Apache/PHP round robin in front of a solr cloud My thought

Re: Apache Solr Question

2016-11-07 Thread Alexandre Rafalovitch
; > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Apache-Solr-Question-tp4304826.html > Sent from the Solr - User mailing list archive at Nabble.com.

Apache Solr Question

2016-11-07 Thread Chien Nguyen
Hi. Everyone! I've just learned about Apache Solr. I want to create some examples to connect with Solr. Who can help me? Coz i searched and followed some posts but it is always wrong. Tks! -- View this message in context: http://lucene.472066.n3.nabble.com/Apache-Solr-Question-tp4304826

Re: Apache Solr Question

2016-11-04 Thread Chien Nguyen
Great! Thank you so much. ^^ -- View this message in context: http://lucene.472066.n3.nabble.com/Apache-Solr-Question-tp4304308p4304437.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Apache Solr Question

2016-11-03 Thread Erick Erickson
bq: I have encountered someone who has a collection with five billion documents in it... I know of installations many times that. Admittedly when you start getting into the 100s of billions you must plan carefully Erick On Thu, Nov 3, 2016 at 7:44 AM, Susheel Kumar wrote: > For media like i

Re: Apache Solr Question

2016-11-03 Thread Susheel Kumar
For media like images etc, there is LIRE solr plugin which can be utilised. I have used in the past and may meet your requirement. See http://www.lire-project.net/ Thanks, Susheel On Thu, Nov 3, 2016 at 9:57 AM, Shawn Heisey wrote: > On 11/3/2016 2:49 AM, Chien Nguyen wrote: > > Hi everyone! I'

RE: Apache Solr Question

2016-11-03 Thread Davis, Daniel (NIH/NLM) [C]
Turnbull [mailto:dturnb...@opensourceconnections.com] Sent: Thursday, November 03, 2016 10:26 AM To: solr-user@lucene.apache.org Subject: Re: Apache Solr Question For general search use cases, it's generally not a good idea to index giant documents. A relevance score for an entire book is gene

Re: Apache Solr Question

2016-11-03 Thread Doug Turnbull
For general search use cases, it's generally not a good idea to index giant documents. A relevance score for an entire book is generally less meaningful than if you can break it up into chapters or sections. Those subdivisions are often much more useful to a user from a usability standpoint for und

Re: Apache Solr Question

2016-11-03 Thread Shawn Heisey
On 11/3/2016 2:49 AM, Chien Nguyen wrote: > Hi everyone! I'm a newbie in using Apache Solr. I've read some > documents about it. But i can't answer some questions. Second reply, so I'm aiming for more detail. > 1. How many documents Solr can search at a moment?? A *single* Solr index has Lucen

Re: Apache Solr Question

2016-11-03 Thread Rick Leir
talk more. >Can you help me and explain it for me??? Please! It's important to me. >Thank you so much! > >-- >View this message in context: >http://lucene.472066.n3.nabble.com/Apache-Solr-Question-tp4304308.html >Sent from the Solr - User mailing list archive at Nabble

Apache Solr Question

2016-11-03 Thread Chien Nguyen
lp me and explain it for me??? Please! It's important to me. Thank you so much! -- View this message in context: http://lucene.472066.n3.nabble.com/Apache-Solr-Question-tp4304308.html Sent from the Solr - User mailing list archive at Nabble.com.

about solr question

2014-08-13 Thread 段启江
hi,all : i'm sorry to disturb you.But,now i suffer some questions with solr . i want to use solr DIH tool.But i don't konw if it support to One-To-Many table when import. note: Across data sources if support ,how to modify below xml. Thank you very much exemple :

Re: Newbie SOLR question

2013-08-30 Thread Атанас Атанасов
Thanks a lot! I don't know how I missed this discussion. Thank you again! Best regards Atanas On Fri, Aug 30, 2013 at 11:31 AM, Aloke Ghoshal wrote: > Hi, > > Please refer to my response from a few months back: > > http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201303.mbox/%3ccaht6

Re: Newbie SOLR question

2013-08-30 Thread Aloke Ghoshal
Hi, Please refer to my response from a few months back: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201303.mbox/%3ccaht6s2az_w2av04rdmoeeck5e9o0k4ytktf0pjsecsh-lls...@mail.gmail.com%3E Our modelling is to index N (individual pages) + 1 (original document) in Solr. Once a document ha

Re: Newbie SOLR question

2013-08-29 Thread Атанас Атанасов
Thanks for the response. Your suggestion is to keep the existing way of indexing data where every page of a document is a row in the SOLR database, changing the "content" field to be store-only and add another field (ex. document_content) for "index only" where I should put the whole content of the

Re: Newbie SOLR question

2013-08-29 Thread Alexandre Rafalovitch
Assuming you want both pages to match you need the text to be present on both pages. Do you actually return/store text of the page in Solr? If so, you can have that 'page' field store-only and have another field which is index-only and into which you put all your matching logic. So, that index-only

Re: Newbie SOLR question

2013-08-29 Thread Alexandre Rafalovitch
So, if the match spans pages 4 and 5, what do you want returned? Page 4, page 5, or both? Regards, Alex On 28 Aug 2013 06:55, "Атанас Атанасов" wrote: > Hello, > > My name is Atanas Atanasov, I'm using SOLR 1.4/3.5/4.3 for an year and a > half and I'm really satisfied of what it provides. S

Re: Solr question

2012-11-05 Thread mkaran
given an id. Only thing i am still unsure of is if i can get the text of the documents by id but im fairly sure i can do that through the reader. Thanks/hvala, Mladen. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-question-tp4017024p4018297.html Sent from the Solr

Re: Solr question

2012-10-30 Thread Otis Gospodnetic
/old_versioned_docs/versions/3_5_0/api/core/org/apache/lucene/search/package-summary.html#scoring) > Is there maybe a simpler way of achieving this? > > Thanks for any advice, > Mladen > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-question-tp4017024.html > Sent from the Solr - User mailing list archive at Nabble.com.

Solr question

2012-10-30 Thread mkaran
ng) Is there maybe a simpler way of achieving this? Thanks for any advice, Mladen -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-question-tp4017024.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr question regarding handlers and escaping

2012-10-25 Thread Jack Krupansky
solr-user@lucene.apache.org Subject: Solr question regarding handlers and escaping a difference I found b/w mlt handler and normal query using /select and mlt=true is that fq(filter query) when applied to the second one is appended to the main query and not the result.

Re: Solr question regarding handlers and escaping

2011-01-09 Thread Burak
On 01/09/2011 04:05 PM, Ahmet Arslan wrote: >> ���1. Certain requests can be sent to >> different paths (handlers?). For >> � � � example, the MoreLikeThis component >> can being sent to either >> � � � /select or /mlt. >> >> I have found these two links in the Solr wiki: >> >> http://localhost:898

Re: Solr question regarding handlers and escaping

2011-01-09 Thread Ahmet Arslan
>    1. Certain requests can be sent to > different paths (handlers?). For >       example, the MoreLikeThis component > can being sent to either >       /select or /mlt. > > I have found these two links in the Solr wiki: > > http://localhost:8983/solr/mlt?q=id:UTF8TEST&mlt.fl=manu,cat&mlt.mindf=

Solr question regarding handlers and escaping

2011-01-09 Thread Burak
I have a couple of questions regarding Solr usage: 1. Certain requests can be sent to different paths (handlers?). For example, the MoreLikeThis component can being sent to either /select or /mlt. I have found these two links in the Solr wiki: http://localhost:8983/solr/mlt?q=id:U

Re: JSON formatted response from SOLR question....

2010-05-11 Thread Tod
Jon, Yes!!! rsp.facet_counts.facet_fields.['var'].length to rsp.facet_counts.facet_fields[var].length and voila. Tripped up on a syntax error, how special. Just needed another set of eyes - thanks. VelocityResponse duly noted, it will come in handy later. - Tod On 5/10/2010 4:55 PM, Jon

Re: JSON formatted response from SOLR question....

2010-05-10 Thread Jon Baer
IIRC, I think what we ended up doing in a project was to use the VelocityResponseWriter to write the JSON and set the echoParams to read the handler setup (and looping through the variables). In the template you can grab it w/ something like $request.params.get("facet_fields") ... I don't remem

RE: JSON formatted response from SOLR question....

2010-05-10 Thread caman
formatted response from SOLR question I apologize, this is such a JSON/javascript question but I'm stuck and am not finding any resources that address this specifically. I'm doing a faceted search and getting back in my facet_counts.faceted_fields response an array of count

JSON formatted response from SOLR question....

2010-05-10 Thread Tod
I apologize, this is such a JSON/javascript question but I'm stuck and am not finding any resources that address this specifically. I'm doing a faceted search and getting back in my facet_counts.faceted_fields response an array of countries. I'm gathering the count of the array elements retur

RE: Solr question

2009-09-03 Thread SEZNEC Bruno
rik.hatc...@gmail.com] > Envoyé : jeudi 3 septembre 2009 13:40 > À : solr-user@lucene.apache.org > Objet : Re: Solr question > > > On Sep 3, 2009, at 1:24 AM, SEZNEC Bruno wrote: > > > Hi, > > > > Following solr tuto, > > I send doc to solr by re

RE: Solr question

2009-09-03 Thread SEZNEC Bruno
voyé : jeudi 3 septembre 2009 13:40 > À : solr-user@lucene.apache.org > Objet : Re: Solr question > > > On Sep 3, 2009, at 1:24 AM, SEZNEC Bruno wrote: > > > Hi, > > > > Following solr tuto, > > I send doc to solr by request : > > curl > > >

Re: Solr question

2009-09-03 Thread Erik Hatcher
On Sep 3, 2009, at 1:24 AM, SEZNEC Bruno wrote: Hi, Following solr tuto, I send doc to solr by request : curl 'http://localhost:8983/solr/update/extract?literal.id=doc1&uprefix=attr_&map . content=attr_content&commit=true' --F "myfi...@oxiane.pdf" 023717 Reply seems OK, content is in the

Solr question

2009-09-03 Thread SEZNEC Bruno
Hi, Following solr tuto, I send doc to solr by request : curl 'http://localhost:8983/solr/update/extract?literal.id=doc1&uprefix=attr_&map. content=attr_content&commit=true' --F "myfi...@oxiane.pdf" 023717 Reply seems OK, content is in the index, but after no query match the doc... TIA Regar

Re: Common Solr Question

2009-08-21 Thread darniz
the rows in the browser url and hit again i get 12 rows this time. I know this is not a big thing to discuss upon, but since i am preparing a seminar on this i want my audience to be absolutely clear about this. Thanks -- View this message in context: http://www.nabble.com/Comm

Re: Common Solr Question

2009-08-20 Thread Uri Boness
Hi, 1. that change you made should work. Just remember that request parameters (query string parameters) override the configured defaults. 2. That is correct 3. not quite sure what you mean by that. 4. I guess you're asking in your statement is correct... it is. I think you should have a look

Common Solr Question

2009-08-20 Thread darniz
url request is mapped to a request handler. For load csv file use /update/csv which is implemented by solr.CSVRequestHandler For analysis file use /analysis which is implement by solr.AnalysisRequestHandler For now this is it. More to follow Thanks -- View this message in context: http://www.nabbl

Solr question

2008-03-18 Thread Raghav Kapoor
Hi All: I am new to Solr and I am facing a question if solr would can be helpful in a project that I'm working on. The project is a client/server app that requires a client app to index the documents and send the results in rdf to server. The client needs to be smart enough to know when a new do

Re: solr question

2007-07-23 Thread Alessandro Ferrucci
DOH I just found a source that said that wildcards are not supported in the dismax request handler!! h is there any other way to boost my last-name wtihout using a dismax request handler? I tried adding a field boost in my insert document and add omitNorms to false to my last-name field, b

Re: solr question

2007-07-23 Thread Alessandro Ferrucci
hey thanks for this info. So I've got it almost to where I want my search to be :) I've changed my schema and solrconfig in the following ways: in my schema I have 5 fields 2 of which are first-name and last-name. I have the text field and I copy last-name and first-name into it so that by def

Re: solr question

2007-07-21 Thread Chris Hostetter
: case then I'd make my qf to be "last-name^2.0 first-name". I'm not realy : sure what "fq" param is for, could anyone explain? note the Parameters section of the DisMaxRequestHandler wiki page ... particulararly where it links over to "In addition to the CommonQueryParameters..." http://wiki.ap

Re: solr question

2007-07-21 Thread Bertrand Delacretaz
On 7/21/07, Alessandro Ferrucci <[EMAIL PROTECTED]> wrote: ... the user could enter the following combinations of words: ... ...where the second instance is either OR . ... The dismax handler can indeed search terms in several fields, but I'd also suggest, as an alternative, copying all n

solr question

2007-07-20 Thread Alessandro Ferrucci
Hey guys, evening. I have a question about solr. Let's say I have people profile documents in the index. I give a search box where users can search these people profiles. Naturally the user could enter the following combinations of words: where the second instance is either OR . I onl

Re: Interesting Practical Solr Question

2007-05-23 Thread Chris Hostetter
: I would like to be able to save the query itself, however, the users may : decide to pick only some of the documents, all of them and unselect : some, etc. The point of the system is to pick a set of document these are two seperate problems ... model the saved set the way the user models it: in

Re: Interesting Practical Solr Question

2007-05-22 Thread Martin Grotzke
On Tue, 2007-05-22 at 15:10 -0400, Erik Hatcher wrote: > On May 22, 2007, at 1:36 PM, Martin Grotzke wrote: > > For sure, perhaps the schema field element could be extended by an > > attribute "isfacet" > > There is no effective difference between a "facet" field and any > other indexed field.

Re: Interesting Practical Solr Question

2007-05-22 Thread Erik Hatcher
On May 22, 2007, at 1:36 PM, Martin Grotzke wrote: For sure, perhaps the schema field element could be extended by an attribute "isfacet" There is no effective difference between a "facet" field and any other indexed field. What fields are "facets" is application specific and not really s

Re: Interesting Practical Solr Question

2007-05-22 Thread Martin Grotzke
On Tue, 2007-05-22 at 13:06 -0400, Erik Hatcher wrote: > On May 22, 2007, at 11:31 AM, Martin Grotzke wrote: > >> You need to specify the constrants (facet.query or facet.field > >> params) > > Too bad, so we would have either to know the schema in the application > > or provide queries for index

Re: Interesting Practical Solr Question

2007-05-22 Thread Erik Hatcher
On May 22, 2007, at 11:31 AM, Martin Grotzke wrote: You need to specify the constrants (facet.query or facet.field params) Too bad, so we would have either to know the schema in the application or provide queries for index metadata / the schema / faceting info. However, the LukeRequestHandle

Re: Interesting Practical Solr Question

2007-05-22 Thread Martin Grotzke
On Tue, 2007-05-22 at 10:44 -0400, Yonik Seeley wrote: > On 5/22/07, Martin Grotzke <[EMAIL PROTECTED]> wrote: > > On Tue, 2007-05-22 at 10:07 -0400, Will Johnson wrote: > > > Possible solutions inline: > > > > > > 1) I use facets and want to return the facets for "all documents" as the > > > start

RE: Interesting Practical Solr Question

2007-05-22 Thread Will Johnson
Original Message- From: Martin Grotzke [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2007 10:43 AM To: solr-user@lucene.apache.org Subject: RE: Interesting Practical Solr Question On Tue, 2007-05-22 at 10:07 -0400, Will Johnson wrote: > Possible solutions inline: > > 1) I use face

Re: Interesting Practical Solr Question

2007-05-22 Thread Yonik Seeley
On 5/22/07, Martin Grotzke <[EMAIL PROTECTED]> wrote: On Tue, 2007-05-22 at 10:07 -0400, Will Johnson wrote: > Possible solutions inline: > > 1) I use facets and want to return the facets for "all documents" as the > starting point of the user interface. In other words, I want to /select > the fa

RE: Interesting Practical Solr Question

2007-05-22 Thread Martin Grotzke
On Tue, 2007-05-22 at 10:07 -0400, Will Johnson wrote: > Possible solutions inline: > > 1) I use facets and want to return the facets for "all documents" as the > starting point of the user interface. In other words, I want to /select > the facet counts for about 10 facets (like states for exampl

Re: Interesting Practical Solr Question

2007-05-22 Thread [EMAIL PROTECTED]
en the list and the prospects in it. Thanks, Av - Original Message From: Erik Hatcher <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Tuesday, May 22, 2007 9:09:13 AM Subject: Re: Interesting Practical Solr Question On May 22, 2007, at 10:07 AM, Will Johnson wrote: > 2) E

RE: Interesting Practical Solr Question

2007-05-22 Thread Will Johnson
> 3) Once the user saves the list, I want them to be able to do further > searches by do a "negative union" with the set of ids they already > saved. So for example, if they already saved 1000 ids into one of > their > lists, they would need to be able to get results from Solr that match > their

Re: Interesting Practical Solr Question

2007-05-22 Thread Erik Hatcher
On May 22, 2007, at 10:07 AM, Will Johnson wrote: 2) Each document will be shown to the user with a check box next to it. I want to user to be able to select certain documents and "save" their ids some where else. This is not a problem. However, I also want to give the user an ability to sa

RE: Interesting Practical Solr Question

2007-05-22 Thread Will Johnson
Possible solutions inline: 1) I use facets and want to return the facets for "all documents" as the starting point of the user interface. In other words, I want to /select the facet counts for about 10 facets (like states for example) for all documents without having to do a search. Is this possi

Re: Interesting Practical Solr Question

2007-05-22 Thread Erik Hatcher
On May 22, 2007, at 9:58 AM, [EMAIL PROTECTED] wrote: I use Solr to search through a set of about 200,000 documents. Each document has a numeric ID. How to do the following: 1) I use facets and want to return the facets for "all documents" as the starting point of the user interface. In oth

Interesting Practical Solr Question

2007-05-22 Thread [EMAIL PROTECTED]
Hi, I use Solr to search through a set of about 200,000 documents. Each document has a numeric ID. How to do the following: 1) I use facets and want to return the facets for "all documents" as the starting point of the user interface. In other words, I want to /select the facet counts for ab