. Thanks for your help.
-Original Message-
From: Shawn Heisey [mailto:apa...@elyograg.org]
Sent: Friday, March 2, 2018 6:45 PM
To: solr-user@lucene.apache.org
Subject: Re: solr url control
On 3/2/2018 10:29 AM, Becky Bonner wrote:
> We are trying to setup one solr server for seve
On 3/2/2018 10:29 AM, Becky Bonner wrote:
> We are trying to setup one solr server for several applications each with a
> different collection. Is there a way to have have 2 collections under one
> folder and the url be something like this:
> http://mysolrinstance.com/solr/myParent1/collection1
solr 7
-Original Message-
From: Becky Bonner
Sent: Friday, March 2, 2018 1:11 PM
To: 'solr-user@lucene.apache.org'
Subject: RE: solr url control
Sorry Webster - I meant to make this a new question ... but accidentally sent
it. You wrote
From: Webster Homer [mailto:webster.ho..
solved by creating the Parent1 collection with 2 shards?
-Original Message-
From: Becky Bonner
Sent: Friday, March 2, 2018 11:29 AM
To: solr-user@lucene.apache.org
Subject: solr url control
We are trying to setup one solr server for several applications each with a
different collection. Is
We are trying to setup one solr server for several applications each with a
different collection. Is there a way to have have 2 collections under one
folder and the url be something like this:
http://mysolrinstance.com/solr/myParent1/collection1
http://mysolrinstance.com/solr/myParent1/collectio
On 9/4/2017 4:35 AM, LAD, SAGAR wrote:
> How to add domain name like "ocean-solr-cd.dit.ocean.slb.com" in solr
> URL. Could you please let me know steps to add domain name?
The name by which you access Solr is not within the control of Solr.
SolrCloud is the only possible excep
Hi Team,
How to add domain name like "ocean-solr-cd.dit.ocean.slb.com" in solr URL.
Could you please let me know steps to add domain name?
Regards
_
[Email_CBE.gif]Sagar Lad | Capgemini Technology Services India Limited | Pune
Schlumberg
On 3/20/2015 11:15 AM, richardg wrote:
> I'm in the process of upgrading to Solr 5 from Solr 4* using Tomcat w/
> multiple webapps. When setting up a SOLR 5 Node is it possible to change
> the URL From localhost:8080/solr to localhost:8080/whateverIwant ?
Yes. You can either use Solr 5 as a wa
way I envision it working is:
localhost:8080/solr1
localhost:8081/solr2
Or is there a better way to have multiple SOLR instances on the same server.
Like I said before under Tomcat it was just multiple webapps.
Thanks,
Rich
--
View this message in context:
http://lucene.472066.n3.nabble.com
: The Solr URL in Solr 4.2 for my localhost installation looks like this:
: http://localhost:8883/solr/#/development_shard1_replica1
:
: This URL when constructed dynamically in Ruby will not validate with the
: Ruby URI:HTTP class because of the # sign in the path. This is a
: non-standard URL
The Solr URL in Solr 4.2 for my localhost installation looks like this:
http://localhost:8883/solr/#/development_shard1_replica1
This URL when constructed dynamically in Ruby will not validate with the
Ruby URI:HTTP class because of the # sign in the path. This is a
non-standard URL as per
: currently when we deploy, default url will be http://host:port/solr
:
: how can i change it to http://host:port/prodsolr?
:
: i am using jboss server.
what you're asking about is the name, or somethings refered to as the
"context path", of the "servlet context" for the solr applicaiton.
how
Hello,
currently when we deploy, default url will be http://host:port/solr
how can i change it to http://host:port/prodsolr?
i am using jboss server.
--
View this message in context:
http://lucene.472066.n3.nabble.com/change-default-solr-url-solr-to-prodsolr-tp4049339.html
Sent from the
...@germinait.com]
Sent: Tuesday, November 01, 2011 11:44 PM
To: solr-user@lucene.apache.org
Subject: Re: change solr url
I am not very clear. Could you explain a bit in detail or give an example.
Ankita.
On 2 November 2011 06:26, Chris Hostetter wrote:
>
> : Is it possible to change the url fo
I am not very clear. Could you explain a bit in detail or give an example.
Ankita.
On 2 November 2011 06:26, Chris Hostetter wrote:
>
> : Is it possible to change the url for solr admin??
> : What i want is :
> : http://192.168.0.89:8983/solr/private/coreName/admin
> :
> : i want to add /privat
: Is it possible to change the url for solr admin??
: What i want is :
: http://192.168.0.89:8983/solr/private/coreName/admin
:
: i want to add /private/ before the coreName. Is that possible? If yes how?
You can either do this via settings in your servlet container (to specify
that hte mapping
Hey,
Is it possible to change the url for solr admin??
What i want is :
http://192.168.0.89:8983/solr/private/coreName/admin
i want to add /private/ before the coreName. Is that possible? If yes how?
Ankita.
search 'ajax-solr' on google. To handle solr url, look at establishing a
proxy
Good luck.
--
View this message in context:
http://lucene.472066.n3.nabble.com/how-can-i-develop-client-application-with-solr-url-using-javascript-tp3275506p3276269.html
Sent from the Solr - User mailing li
before setting up your solr to response directly to jquery did you manage to
bulletproof it agains unwanted deletes? how will you protect your database?
be careful before exposing solr directly to 'the world'.
2011/8/22 nagarjuna
> hi everybody ,
> i have solr url whi
On Mon, Aug 22, 2011 at 9:38 PM, nagarjuna wrote:
> hi everybody ,
> i have solr url which produces json response format ...i would like to
> develop a client application using javascript which is automatic search
> field please send me any samples or any sample code.
>
hi everybody ,
i have solr url which produces json response format ...i would like to
develop a client application using javascript which is automatic search
field please send me any samples or any sample code.
i need to use my solr url in jscript or jquery file to implement automatic
On Mon, 9 Aug 2010 05:31:36 -0700 (PDT)
e8en wrote:
>
> I forgot something,
>
> when I enter this:
> http://172.11.18.120:9000/search/select/?q=text:bracket&q.op=AND&start=0&rows=1000
>
> the result will show all ITEM_ID that contain 'bracket' word in
> both or one of ITEM_DESCR_SHORT or ITEM_
ttp://lucene.472066.n3.nabble.com/how-to-query-a-string-using-solr-URL-in-the-browser-tp1052434p1055353.html
Sent from the Solr - User mailing list archive at Nabble.com.
on?
thanks,
Eben
--
View this message in context:
http://lucene.472066.n3.nabble.com/how-to-query-a-string-using-solr-URL-in-the-browser-tp1052434p1055270.html
Sent from the Solr - User mailing list archive at Nabble.com.
cene - Nutch
Lucene ecosystem search :: http://search-lucene.com/
- Original Message
> From: e8en
> To: solr-user@lucene.apache.org
> Sent: Mon, August 9, 2010 3:43:50 AM
> Subject: how to query a string using solr URL in the browser
>
>
> hi everyone,
> this is my
someone please help me, I'm running out of time :(
--
View this message in context:
http://lucene.472066.n3.nabble.com/how-to-query-a-string-using-solr-URL-in-the-browser-tp1052434p1054327.html
Sent from the Solr - User mailing list archive at Nabble.com.
eciate your help
thanks in advance
cheers,
Eben
--
View this message in context:
http://lucene.472066.n3.nabble.com/how-to-query-a-string-using-solr-URL-in-the-browser-tp1052434p1052434.html
Sent from the Solr - User mailing list archive at Nabble.com.
27 matches
Mail list logo