Re: Embedded SOLR - Best practice?

2017-11-27 Thread alessandro.benedetti
x portions will be memory mapped (if the memory assigned to the OS is enough on the machine) . Furthemore you may use the heap memory assigned to the Solr JVM to cache additional elements [1] . In conclusion : I never used the embedded Solr Server ( apart from integration tests). If you really wa

Re: Embedded SOLR - Best practice?

2017-11-22 Thread Erick Erickson
, Nov 22, 2017 at 11:39 AM, hvengurlekar <harsh2...@gmail.com> wrote: > Hello Folks, > Currently, I am using SOLR in production and the around 40 documents are > stored. For a particular use-case, I am looking to cache around 10 > documents daily. I am thinking of u

Embedded SOLR - Best practice?

2017-11-22 Thread hvengurlekar
Hello Folks, Currently, I am using SOLR in production and the around 40 documents are stored. For a particular use-case, I am looking to cache around 10 documents daily. I am thinking of using embedded solr as the cache to support the range queries. I did not find any good documentation

Unit testing HttpPost With an Embedded Solr Server

2016-08-17 Thread Jennifer Coston
Hello, I have written a data service to send an HttpPost command to post JSON to Solr. The code is working, but now I want to switch to using an embedded Solr server for just the unit tests. The problem is that the embedded Solr server doesn't seem to be starting an embedded server with a port

Re: Embedded Solr now deprecated?

2015-08-06 Thread Lukasz Salwinski
also currently looking at using embedded Solr as a state storage engine for Samza. From: Shawn Heisey Sent: August 5, 2015 7:54:07am PDT To: solr-user@lucene.apache.org Subject: Re: Embedded Solr now deprecated? On 8/5/2015 7:09 AM, Robert Krüger wrote: I tried to upgrade my application from

Re: Embedded Solr stopped to index after a while

2015-08-06 Thread Alexandre Rafalovitch
://www.solr-start.com/ On 6 August 2015 at 11:57, Aldric THOMAZO a.thom...@e-deal.com wrote: Hello, I have an issue with embedded solr or a misconfiguration but no clue to resolve it. Solr stopped indexing a large set of data from a database after a while. It was running for many hours and when

Embedded Solr stopped to index after a while

2015-08-06 Thread Aldric THOMAZO
Hello, I have an issue with embedded solr or a misconfiguration but no clue to resolve it. Solr stopped indexing a large set of data from a database after a while. It was running for many hours and when it reached a size of 4GB it stopped running although we are expecting about 40GB

Embedded Solr now deprecated?

2015-08-05 Thread Robert Krüger
Hi, I tried to upgrade my application from solr 4 to 5 and just now realized that embedded use of solr seems to be on the way out. Is that correct or is there a just new API to use for that? Thanks in advance, Robert

Re: Embedded Solr now deprecated?

2015-08-05 Thread Erick Erickson
Where did you see that? Maybe I missed something yet again. This is unrelated to whether we ship a WAR if that's being conflated here. I rather doubt that embedded is on it's way out, although my memory isn't what it used to be. For starters, MapReduceIndexerTool uses it, so it gets regular

Re: Embedded Solr now deprecated?

2015-08-05 Thread Shawn Heisey
On 8/5/2015 7:09 AM, Robert Krüger wrote: I tried to upgrade my application from solr 4 to 5 and just now realized that embedded use of solr seems to be on the way out. Is that correct or is there a just new API to use for that? Building on Erick's reply: I doubt that the embedded server is

Re: Embedded Solr now deprecated?

2015-08-05 Thread Alexandre Rafalovitch
I thought the Embedded server was good for a scenario where you wanted quickly to build a core with lots of documents locally. And then, move the core into production and swap it in. So you minimize the network traffic. Regards, Alex. Solr Analyzers, Tokenizers, Filters, URPs and even a

Re: Embedded Solr now deprecated?

2015-08-05 Thread Robert Krüger
I just saw lots of deprecation warnings in my current code and a method that was removed, which is why I asked. Regarding the use case, I am embedding it with a desktop application just as others use java-based no-sql or rdbms engines and that makes sense architecturally in my case and is just

Re: Embedded Solr now deprecated?

2015-08-05 Thread Erick Erickson
Hmmm, you may want to investigate the new no-war solution. Solr runs as a service with start/stop scripts. Currently it uses an underlying Jetty container, but that will (probably) eventually change and is pretty much considered an implementation detail. Not quite sure whether it'd be easier or

RE: Embedded Solr now deprecated?

2015-08-05 Thread Ken Krugler
Solr as a state storage engine for Samza. From: Shawn Heisey Sent: August 5, 2015 7:54:07am PDT To: solr-user@lucene.apache.org Subject: Re: Embedded Solr now deprecated? On 8/5/2015 7:09 AM, Robert Krüger wrote: I tried to upgrade my application from solr 4 to 5 and just now realized

Re: Embedded Solr, event for cores up-and-running?

2015-04-29 Thread Shawn Heisey
On 4/29/2015 9:26 AM, Erick Erickson wrote: I'm not sure there _is_ a good way short of sending a query at it. Since great efforts are made to have the embedded Solr act just like an external version, there's not much in the way of back-doors that I know of. Do the calls which create

Embedded Solr, event for cores up-and-running?

2015-04-29 Thread Clemens Wyss DEV
If I run Solr in ebmedded mode (which I shouldn't, I know ;) ) how do I know (event?) that the cores are up-and-running, i.e. all is initialized? Thx Clemens

Re: Embedded Solr, event for cores up-and-running?

2015-04-29 Thread Erick Erickson
I'm not sure there _is_ a good way short of sending a query at it. Since great efforts are made to have the embedded Solr act just like an external version, there's not much in the way of back-doors that I know of. Best, Erick On Wed, Apr 29, 2015 at 6:49 AM, Clemens Wyss DEV clemens

Re: Dependency Need to include for embedded solr.

2015-02-27 Thread Shawn Heisey
On 2/27/2015 12:51 AM, Danesh Kuruppu wrote: I am doing some feasibility studies for moving directly to solr 5.0.0. One more thing, It is related to standalone server. How security handle in solr standalone server. lets say, I configured my application to use remote solr standalone server.

Re: Dependency Need to include for embedded solr.

2015-02-26 Thread Shawn Heisey
On 2/26/2015 11:41 PM, Danesh Kuruppu wrote: My application is a standalone application. I though of embedding solr server, so I can pack it inside my application. In solr 5.0.0, solr is no longer distributed as a war file. how I can find the war file from the distribution. I am glad to see

Re: Dependency Need to include for embedded solr.

2015-02-26 Thread Danesh Kuruppu
Thanks shawn, I am doing some feasibility studies for moving directly to solr 5.0.0. One more thing, It is related to standalone server. How security handle in solr standalone server. lets say, I configured my application to use remote solr standalone server. 1. How I would enable secure

Dependency Need to include for embedded solr.

2015-02-26 Thread Danesh Kuruppu
Hi all, I need to include embed solr server into my maven project. I am going to use latest solr 5.0.0. Need to know which dependencies I need to include in my project. As I understand, I need to have solr-core[1] and solr-solrj[2]. Do I need to include lucene dependency in my project. If so,

Re: Dependency Need to include for embedded solr.

2015-02-26 Thread Shawn Heisey
On 2/26/2015 10:07 PM, Danesh Kuruppu wrote: I need to include embed solr server into my maven project. I am going to use latest solr 5.0.0. Need to know which dependencies I need to include in my project. As I understand, I need to have solr-core[1] and solr-solrj[2]. Do I need to include

Re: Dependency Need to include for embedded solr.

2015-02-26 Thread Danesh Kuruppu
Thanks Shawn, My application is a standalone application. I though of embedding solr server, so I can pack it inside my application. In solr 5.0.0, solr is no longer distributed as a war file. how I can find the war file from the distribution. I need some advanced features like synonyms search,

Re: Set up embedded Solr container and cores programmatically to read their configs from the classpath

2014-02-12 Thread Alan Woodward
loader in a ClasspathResourceLoader). You could try applying that patch to your setup and see if that helps you out. Alan Woodward www.flax.co.uk On 11 Feb 2014, at 10:41, Robert Krüger wrote: Hi, I have an application with an embedded Solr instance (and I want to keep it embedded) and so

Set up embedded Solr container and cores programmatically to read their configs from the classpath

2014-02-11 Thread Robert Krüger
Hi, I have an application with an embedded Solr instance (and I want to keep it embedded) and so far I have been setting up my Solr installation programmatically using folder paths to specify where the specific container or core configs are. I have used the CoreContainer methods createAndLoad

Re: solrj indexing using embedded solr is slow

2013-06-28 Thread Erick Erickson
.nabble.com/solrj-indexing-using-embedded-solr-is-slow-tp4073636p4073711.html Sent from the Solr - User mailing list archive at Nabble.com.

solrj indexing using embedded solr is slow

2013-06-27 Thread Learner
I was using ConcurrentUpdateSOLR for indexing documents to Solr. Later I had a need to do portable indexing hence started using Embedded solr server. I created a multithreaded program to create /submit the documents in batch of 100 to Embedded SOLR server (running inside Solrj indexing process

Re: solrj indexing using embedded solr is slow

2013-06-27 Thread Shawn Heisey
On 6/27/2013 9:19 AM, Learner wrote: I was using ConcurrentUpdateSOLR for indexing documents to Solr. Later I had a need to do portable indexing hence started using Embedded solr server. I created a multithreaded program to create /submit the documents in batch of 100 to Embedded SOLR server

Re: solrj indexing using embedded solr is slow

2013-06-27 Thread Learner
.nabble.com/solrj-indexing-using-embedded-solr-is-slow-tp4073636p4073711.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: discovery-based core enumeration with embedded solr

2013-03-16 Thread Erick Erickson
A, good catch! Coincidentally yesterday while in the midst of looking at some other JIRAs, I noticed that some pages on the Wiki said 4.2 and changed what I ran across to 4.3. I originally started the Wikis when I though I would go fast enough to get it into 4.2, sorry for the confusion! If

Re: discovery-based core enumeration with embedded solr

2013-03-16 Thread Michael Sokolov
On 3/16/2013 9:52 AM, Erick Erickson wrote: A, good catch! Coincidentally yesterday while in the midst of looking at some other JIRAs, I noticed that some pages on the Wiki said 4.2 and changed what I ran across to 4.3. I originally started the Wikis when I though I would go fast enough to

Re: discovery-based core enumeration with embedded solr

2013-03-15 Thread Michael Sokolov
Erick, before I do that - which I'll be happy to - I just want to make sure I'm testing the right thing. The wiki seems to indicate this is a 4.2+ feature, but the ticket marks it as fixed in 4.3. Maybe just a document bug? -Mike On 3/14/13 9:44 PM, Erick Erickson wrote: H, could you

Re: Embedded Solr

2013-03-14 Thread rulinma
(); } -- View this message in context: http://lucene.472066.n3.nabble.com/Embedded-Solr-tp481608p4047562.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: discovery-based core enumeration with embedded solr

2013-03-14 Thread Erick Erickson
H, could you raise a JIRA and assign it to me? Please be sure and emphasize that it's embedded because I'm pretty sure this is fine for the regular case. But I have to admit that the embedded case completely slipped under the radar. Even better if you could make a test case, but that might

discovery-based core enumeration with embedded solr

2013-03-13 Thread Michael Sokolov
Has the new core enumeration strategy been implemented in the CoreContainer.Initializer.initialize() code path? It doesn't seem like it has. I get this exception: Caused by: org.apache.solr.common.SolrException: Could not load config for solrconfig.xml at

Re: embedded solr populating field of type LatLonType

2012-04-25 Thread Yonik Seeley
On Tue, Apr 24, 2012 at 4:05 PM, Jason Cunning jcunn...@ucar.edu wrote: My question is, what is the AppropriateJavaType for populating a solr field of type LatLonType? A String with both the lat and lon separated by a comma. Example: 12.34,56.78 -Yonik lucenerevolution.com - Lucene/Solr Open

embedded solr populating field of type LatLonType

2012-04-24 Thread Jason Cunning
Hi, I have a question concerning the spatial field type LatLonType and populating it via an embedded solr server in java. So far I've only ever had to index simple types like boolean, float, and string. This is the first complex type. So I'd like to use the following field definition

How to connect embedded solr with each other by sharding

2012-02-17 Thread mustafozbek
I have been using sharding with multiple basic solr server for clustering. I also used one embedded solr server (Solrj Java API) with many basic solr servers and connecting them by sharding as embedded solr server is the caller of them. I used the code line below for this purpose. SolrQuery

Re: Exceptions in Embedded Solr

2011-06-13 Thread kasunw
I also got the same exception, anyone know how to solve this? -- View this message in context: http://lucene.472066.n3.nabble.com/Exceptions-in-Embedded-Solr-tp2007304p3057746.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Embedded Solr Optimize under Windows

2011-05-19 Thread Chris Hostetter
: Thanks for the reply. I'm at home right now, or I'd try this myself, but is : the suggestion that two optimize() calls in a row would resolve the issue? it might ... I think the situations in which it happens have evolved a bit over the years as IndexWRiter has gotten smarter about knowing

Re: Embedded Solr Optimize under Windows

2011-05-19 Thread Greg Pendlebury
Ahh, thanks. I might try a basic commit() then and see, although it's not a huge deal for me. It occurred to me that two optimize() calls would probably leave exactly the same problem behind. On 20 May 2011 09:52, Chris Hostetter hossman_luc...@fucit.org wrote: : Thanks for the reply. I'm at

Re: Embedded Solr Optimize under Windows

2011-05-16 Thread Chris Hostetter
: http://code.google.com/p/solr-geonames/wiki/DeveloperInstall : It's worth noting that the build has also been run on Mac and Solaris now, : and the Solr index is about half the size. We suspect the optimize() call in : Embedded Solr is not working correctly under Windows. : : We've observed

Re: Embedded Solr Optimize under Windows

2011-05-16 Thread Greg Pendlebury
on Mac and Solaris now, : and the Solr index is about half the size. We suspect the optimize() call in : Embedded Solr is not working correctly under Windows. : : We've observed that Windows leaves lots of segments on disk and takes up : twice the volume as the other OSs. Perhaps file locking

Embedded Solr Optimize under Windows

2011-04-27 Thread Greg Pendlebury
() call in Embedded Solr is not working correctly under Windows. We've observed that Windows leaves lots of segments on disk and takes up twice the volume as the other OSs. Perhaps file locking or something prevents the optimize() call from functioning. This wasn't particularly important to us since

RE: Embedded Solr constructor not returning

2011-04-06 Thread Steven A Rowe
/dependency Perhaps this dependency could be listed on the wiki? Alongside the sample code for using embedded solr? http://wiki.apache.org/solr/Solrj Sounds good. Please go ahead and make this change yourself. FYI, the Solr 3.1 POM has a servlet-api dependency, but the scope is provided, because

Re: Embedded Solr constructor not returning

2011-04-06 Thread Greg Pendlebury
: dependency groupIdjavax.servlet/groupId artifactIdservlet-api/artifactId version2.5/version /dependency Perhaps this dependency could be listed on the wiki? Alongside the sample code for using embedded solr? http://wiki.apache.org/solr/Solrj

Embedded Solr constructor not returning

2011-04-05 Thread Greg Pendlebury
Hi All, I'm hoping this is a reasonably trivial issue, but it's frustrating me to no end. I'm putting together a tiny command line app to write data into an index. It has no web based Solr running against it; the index will be moved at a later time to have a proper server instance start for

Re: Embedded Solr constructor not returning

2011-04-05 Thread Greg Pendlebury
POM fixed everything: dependency groupIdjavax.servlet/groupId artifactIdservlet-api/artifactId version2.5/version /dependency Perhaps this dependency could be listed on the wiki? Alongside the sample code for using embedded solr? http

Re: Embedded Solr

2011-03-22 Thread Paul Libbrecht
and mac app using objective C. I do not have much knowledge on embedded Solr. Does it need a JVM? Is what they are asking me possible and are there any resources for it? Thanks Greg

Embedded Solr

2011-03-21 Thread Greg Georges
Hello all, I am using Solr in a Java architecture right now, and the results are great. The app development team has asked me if it is possible to embed Solr, but the request is to embed it into a C++ app and mac app using objective C. I do not have much knowledge on embedded Solr. Does

Re: Embedded Solr

2011-03-21 Thread Bill Bell
, but the request is to embed it into a C++ app and mac app using objective C. I do not have much knowledge on embedded Solr. Does it need a JVM? Is what they are asking me possible and are there any resources for it? Thanks Greg

Re: Special Circumstances for embedded Solr

2011-02-24 Thread Devangini
Can you please show me how an http implementation of solrj querying can be converted to one for embedded solr with the help of an example? -- View this message in context: http://lucene.472066.n3.nabble.com/Special-Circumstances-for-embedded-Solr-tp833409p2566768.html Sent from the Solr - User

Re: Special Circumstances for embedded Solr

2011-02-24 Thread Tarjei Huse
On 02/24/2011 12:16 PM, Devangini wrote: Can you please show me how an http implementation of solrj querying can be converted to one for embedded solr with the help of an example? Hi, heres an example that almost compiles. You should be able to get going with this. T class EmbeddedSolrExample

embedded solr and tomcat

2011-02-19 Thread Matt Mitchell
I'm considering running an embedded instance of Solr in Tomcat (Amazon's beanstalk). Has anyone done this before? I'd be very interested in how I can instantiate Embedded solr in Tomcat. Do I need a resource loader to instantiate? If so, how? Thanks, Matt

Re: Exceptions in Embedded Solr

2010-12-15 Thread Antoniya Statelova
when using Embedded Solr suddenly. If I delete the Solr index it goes back to normal, but it obviously has to start indexing from scratch. Any idea what the cause of this is? java.lang.RuntimeException: java.io.FileNotFoundException: /home/evanthika/WSO2/CARBON/GREG/3.6.0/23-11-2010/normal

Re: Exceptions in Embedded Solr

2010-12-04 Thread Tharindu Mathew
Any help on this? On Thu, Dec 2, 2010 at 7:51 PM, Tharindu Mathew mcclou...@gmail.com wrote: Hi everyone, I get the exception below when using Embedded Solr suddenly. If I delete the Solr index it goes back to normal, but it obviously has to start indexing from scratch. Any idea what

Exceptions in Embedded Solr

2010-12-02 Thread Tharindu Mathew
Hi everyone, I get the exception below when using Embedded Solr suddenly. If I delete the Solr index it goes back to normal, but it obviously has to start indexing from scratch. Any idea what the cause of this is? java.lang.RuntimeException: java.io.FileNotFoundException: /home/evanthika/WSO2

Re: Jars required in classpath to run embedded solr server?

2010-10-27 Thread Lance Norskog
It requires all of the jars that are packed into solr.war. It is a full and complete implementation of indexing and searching. Tharindu Mathew wrote: Hi everyone, Do we need all lucene jars in the class path for this? Seems that the solr-solrj and solr-core jars are not enough

Jars required in classpath to run embedded solr server?

2010-10-26 Thread Tharindu Mathew
Hi everyone, Do we need all lucene jars in the class path for this? Seems that the solr-solrj and solr-core jars are not enough (http://wiki.apache.org/solr/Solrj). It is asking for lucene jars in the classpath. Could I know what jars are required to run this? Thanks in advance. -- Regards,

Re: Special Circumstances for embedded Solr

2010-05-21 Thread Ryan McKinley
Any other commonly compelling reasons to use SolrJ? The most compelling reason (I think) is that if you program against the Solrj API, you can switch between embedded/http/streaming implementations without changing anything. This is great for our app that is either run as a small local

Special Circumstances for embedded Solr

2010-05-20 Thread Ken Krugler
Hi all, We'd started using embedded Solr back in 2007, via a patched version of the in-progress 1.3 code base. I recently was reading http://wiki.apache.org/solr/EmbeddedSolr, and wondered about the paragraph that said: The simplest, safest, way to use Solr is via Solr's standard HTTP

Re: Embedded Solr search query

2010-05-11 Thread Eric Grobler
+783212-2036924225-124...@n3.nabble.comml-node%2b783212-2036924225-124...@n3.nabble.com ] Sent: Friday, May 07, 2010 1:33 AM To: caman Subject: Re: Embedded Solr search query Hi Camen, I was hoping someone has done it already :-) I am also new to Solr/lucene, can you perhaps point me

Embedded Solr search query

2010-05-07 Thread Eric Grobler
Hello Solr community, When a user search on our web page, we need to run 3 related but different queries. For SEO reasons, we cannot use Ajax so at the moment we run 3 queries sequentially inside a PHP script. Allthough Solr is superfast, the extra network overhead can make the 3 queries 400ms

RE: Embedded Solr search query

2010-05-07 Thread caman
Why not write a custom request handler which can parse, split, execute and combine results to your queries? From: Eric Grobler [via Lucene] [mailto:ml-node+783150-1027691461-124...@n3.nabble.com] Sent: Friday, May 07, 2010 1:01 AM To: caman Subject: Embedded Solr search query Hello

Re: Embedded Solr search query

2010-05-07 Thread Svein Parnas
-1027691461-124...@n3.nabble.com] Sent: Friday, May 07, 2010 1:01 AM To: caman Subject: Embedded Solr search query Hello Solr community, When a user search on our web page, we need to run 3 related but different queries. For SEO reasons, we cannot use Ajax so at the moment we run 3 queries

Re: Embedded Solr search query

2010-05-07 Thread Eric Grobler
parse, split, execute and combine results to your queries? From: Eric Grobler [via Lucene] [mailto:ml-node+783150-1027691461-124...@n3.nabble.comml-node%2b783150-1027691461-124...@n3.nabble.com ] Sent: Friday, May 07, 2010 1:01 AM To: caman Subject: Embedded Solr search query

Re: Embedded Solr search query

2010-05-07 Thread Eric Grobler
, May 07, 2010 1:01 AM To: caman Subject: Embedded Solr search query Hello Solr community, When a user search on our web page, we need to run 3 related but different queries. For SEO reasons, we cannot use Ajax so at the moment we run 3 queries sequentially inside a PHP script

RE: Embedded Solr search query

2010-05-07 Thread caman
Lucene] [mailto:ml-node+783212-2036924225-124...@n3.nabble.com] Sent: Friday, May 07, 2010 1:33 AM To: caman Subject: Re: Embedded Solr search query Hi Camen, I was hoping someone has done it already :-) I am also new to Solr/lucene, can you perhaps point me to a request handler example

Embedded solr - SLF4J exception

2010-03-09 Thread John Ament
While attempting to work around my other issue, I'm trying to use an embedded solr server to try to programatically load data into solr. It seems though that I can't deploy my app, as a result of this exception: : java.lang.IllegalAccessError: tried to access field

Re: Embedded Solr problem

2010-02-08 Thread Sven Maurmann
Hi Ranveer, I assume that you have enough knowlesge in Java. You should essentially your code for instantiating the server (depending on what you intend to do this may be done in a separate class or in a method of the class doing the queries). Then you use this instance to handle all the queries

Embedded Solr problem

2010-02-07 Thread Ranveer Kumar
Hi All, I am still very new to solr. Currently I am facing problem to use EmbeddedSolrServer. following is my code: File home = new File(D:/ranveer/java/solr_home/solr/first); CoreContainer coreContainer = new CoreContainer(); SolrConfig config = null; config = new

Re: Embedded Solr problem

2010-02-07 Thread Sven Maurmann
Hi, would it be possible that you instantiate a new instance of your SolrServer every time you do a query? You should use the code you quoted in your mail once during initialization to create an instance of SolrServer (the interface being implemented by EmbeddedSolrServer) and subsquently use

Re: Embedded Solr problem

2010-02-07 Thread Ranveer Kumar
Hi Sven, thanks for reply. yes i notice that every time when request, new instance is created of solr server. could you please guide me to do the same ( initialization to create an instance of SolrServer, once during first request). On Mon, Feb 8, 2010 at 2:11 AM, Sven Maurmann

Re: Embedded solr with third party libraries

2009-11-23 Thread Chris Hostetter
:\DOCUME~1\username\LOCALS~1\Temp\solr-all\0.8194571792905493\solr\conf\schema.xml : : Now in order for the jar to be loaded should i copy the two jars to solr/lib : directory. is that the default location embedded solr looks into for some : default jars. assuming C:\DOCUME~1\username\LOCALS~1\Temp

logger in embedded solr

2009-11-19 Thread Harsch, Timothy J. (ARC-TI)[PEROT SYSTEMS]
Hi all, I have an J2EE application using embedded solr via solr4j. It seems the logging that SOLR produces has a mind of its own, and is not changeable via my log4j.properties. In fact I know this because I wired in a Log4J config listener in my web.xml and redirected all my logs to a custom

Re: logger in embedded solr

2009-11-19 Thread Ryan McKinley
go to the custom location and all the embedded SOLR messages are still going into catalina.out. How can I get access to the logger of the Embedded SOLR. Thanks, Tim Harsch Sr. Software Engineer Perot Systems

Embedded Solr, creating new cores programatically

2009-11-09 Thread Jay Shollenberger
Hi folks, I am working on a project in which we would like to create new cores programatically within an embedded solr instance. My question is: How much of the directory/configuration file gruntwork do I have to do myself? I figure I have to create the solr.home directory myself, but do I have

Re: Embedded Solr Clustering

2009-08-20 Thread Chris Hostetter
one SOlrCore can be writting to an index at a time. : Therefore, we might have to use a single web based Solr instance or use : multiple embedded Solr instances and setup the script based replication. not clear if this is what you mena: but you can always have a single solr master (which might

Re: Embedded Solr Clustering

2009-08-10 Thread Shalin Shekhar Mangar
On Mon, Aug 10, 2009 at 3:57 AM, born2fish tswan...@yahoo.com wrote: Hi everyone, We have a web app that uses embedded solr for better performance. I would advise against it. We use Solr on sites with millions of page views a month on HTTP. With HTTP keep-alives, the overhead of an http

Re: Embedded Solr Clustering

2009-08-10 Thread born2fish
might have to use a single web based Solr instance or use multiple embedded Solr instances and setup the script based replication. Thanks again for your help! born2fish wrote: Hi everyone, We have a web app that uses embedded solr for better performance. Now we are trying to deploy

Embedded Solr Clustering

2009-08-09 Thread born2fish
Hi everyone, We have a web app that uses embedded solr for better performance. Now we are trying to deploy the app to a clustered environment. My question is: 1. Can we configure the embedded solr instances to share the same index on the network? 2. If the answer to question 1 is no, can we

Re: Embedded Solr Clustering

2009-08-09 Thread Avlesh Singh
Can we configure the embedded solr instances to share the same index on the network? Yes, multiple EmbeddedSolrServer instances can point to the same core. Cheers Avlesh On Mon, Aug 10, 2009 at 3:57 AM, born2fish tswan...@yahoo.com wrote: Hi everyone, We have a web app that uses

Transfer of Index Vs HTTP GET Vs Embedded Solr -- Urgent Help

2009-08-06 Thread Ninad Raut
Hi, I have a search engine on Solr. Also I have a remote web application which will be using the Solr Indexes for search. I have three scenarios: 1) Transfer the Indexes to the Remote Application. - This will reduce load on the actual solr server and make seraches faster. - Need to write

Re: Transfer of Index Vs HTTP GET Vs Embedded Solr -- Urgent Help

2009-08-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
On Thu, Aug 6, 2009 at 12:24 PM, Ninad Rauthbase.user.ni...@gmail.com wrote: Hi, I have a search engine on Solr. Also I have a remote web application which will be using the Solr Indexes for search. I have three scenarios: 1) Transfer the Indexes to the Remote Application.   - This will

Re: Transfer of Index Vs HTTP GET Vs Embedded Solr -- Urgent Help

2009-08-06 Thread Ninad Raut
Hi Noble, Can you explain a bit more on how to use Solr out of the box. I am looking at ways to design the UI for remote application quickly and with less problems. Also could you elaborate more on what can go wrong with the first option? Thanks. 2009/8/6 Noble Paul നോബിള്‍ नोब्ळ्

Re: Transfer of Index Vs HTTP GET Vs Embedded Solr -- Urgent Help

2009-08-06 Thread Walter Underwood
About the first option, caches are more effective with more traffic, so ten front end servers using three Solr servers will have better caching and probably better overall performance than having separate search on all ten servers. You can even put an HTTP cache in there and get better

Re: Transfer of Index Vs HTTP GET Vs Embedded Solr -- Urgent Help

2009-08-06 Thread Ninad Raut
The remote web app will be accessing the Solr server via internet. Its not a intranet setup. On Fri, Aug 7, 2009 at 10:19 AM, Walter Underwood wun...@wunderwood.orgwrote: About the first option, caches are more effective with more traffic, so ten front end servers using three Solr servers will

Re: Transfer of Index Vs HTTP GET Vs Embedded Solr -- Urgent Help

2009-08-06 Thread Noble Paul നോബിള്‍ नोब्ळ्
The you should consider replicating the index to the local intranet and still run that it as a separate app. On Fri, Aug 7, 2009 at 10:53 AM, Ninad Rauthbase.user.ni...@gmail.com wrote: The remote web app will be accessing the Solr server via internet. Its not a intranet setup. On Fri, Aug 7,

Re: Transfer of Index Vs HTTP GET Vs Embedded Solr -- Urgent Help

2009-08-06 Thread Ninad Raut
The you should consider replicating the index to the local intranet and still run that it as a separate app. Will it be the same master-slave replication?? If the master is multicore, can I specifically replicate an index of a certain core ? Thanks for the help. 2009/8/7 Noble Paul നോബിള്‍

Embedded Solr weird behaviour

2009-04-14 Thread Adrian Ivan
Hello, I am using both Solr server and Solr embedded versions in the same context. I am using the Solr Server for indexing data which can be accessed at enterprise level, and the embedded version in a desktop application. The idea is that both index the same data, have the same schema.xml

Re: Embedded Solr updates not showing until restart

2009-01-22 Thread edre...@ha
://www.nabble.com/Embedded-Solr-updates-not-showing-until-restart-tp21546235p21614923.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Embedded Solr updates not showing until restart

2009-01-20 Thread edre...@ha
is desirable for two (obvious) reasons: 1) performance improvement, 2) simpler deployment. Thanks. -- View this message in context: http://www.nabble.com/Embedded-Solr-updates-not-showing-until-restart-tp21546235p21562955.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Embedded Solr updates not showing until restart

2009-01-20 Thread Grant Ingersoll
when the slave is configured as embedded. I'm moving forward with the HTTP approach, but the embedded approach is desirable for two (obvious) reasons: 1) performance improvement, 2) simpler deployment. Thanks. -- View this message in context: http://www.nabble.com/Embedded-Solr-updates

Embedded Solr updates not showing until restart

2009-01-19 Thread edre...@ha
this message in context: http://www.nabble.com/Embedded-Solr-updates-not-showing-until-restart-tp21546235p21546235.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Embedded Solr updates not showing until restart

2009-01-19 Thread Grant Ingersoll
restart the web application. We're using SolrJ as our interface to Solr. Can anyone provide any insight into why updates don't show up until after a webapp restart? Thanks, Erik -- View this message in context: http://www.nabble.com/Embedded-Solr-updates-not-showing-until-restart

Re: Using embedded Solr with admin GUI

2008-02-19 Thread Ryan McKinley
Ken Krugler wrote: If you are running a single webapp, you can just put the jsp files in there. I'm guessing that isn't what you mean though. Well, ultimately we're heading towards a single webapp with multiple embedded Solr cores. In that case, could the .jsp-based GUI/admin functionality

Re: Using embedded Solr with admin GUI

2008-02-18 Thread Ken Krugler
If you are running a single webapp, you can just put the jsp files in there. I'm guessing that isn't what you mean though. Well, ultimately we're heading towards a single webapp with multiple embedded Solr cores. In that case, could the .jsp-based GUI/admin functionality peacefully co-exist

Re: Using embedded Solr with admin GUI

2008-02-16 Thread Ryan McKinley
If you are running a single webapp, you can just put the jsp files in there. I'm guessing that isn't what you mean though. There are a bunch of admin request handlers that do many of the things from the /admin/ jsp files without the nice interface. The one major missing component was

Using embedded Solr with admin GUI

2008-02-12 Thread Ken Krugler
Hi all, We're moving towards embedding multiple Solr cores, versus using multiple Solr webapps, as a way of simplifying our build/deploy and also getting more control over the startup/update process. But I'd hate to lose that handy GUI for inspecting the schema and (most importantly) trying

Embedded Solr and Servlet Solr

2008-01-23 Thread Jonathan Ariel
Hi! I am using Solr (the classic servlet one) in my application. But for special cases, and just for the sake of optimization, I would like to access it locally so I can avoid HTTP calls and XML serializing. This is for full re indexation of Solr, which is much faster in embedded environment than

  1   2   >