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 want
ck
On Wed, Nov 22, 2017 at 11:39 AM, hvengurlekar 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 using embedded solr as the
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
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
://www.solr-start.com/
On 6 August 2015 at 11:57, Aldric THOMAZO 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
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
x27;m 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
edded 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
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
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 sim
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 ne
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
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 exe
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
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
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 wrote:
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
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 se
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 communi
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
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
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
> inc
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, whi
ore's 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
>
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
this message in context:
> http://lucene.472066.n3.nabble.com/solrj-indexing-using-embedded-solr-is-slow-tp4073636p4073711.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
.nabble.com/solrj-indexing-using-embedded-solr-is-slow-tp4073636p4073711.html
Sent from the Solr - User mailing list archive at Nabble.com.
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
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
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 ge
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 th
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 ra
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 no
d time: " +
Thread.currentThread().getId() + " \t "
+ (System.currentTimeMillis() - beginTime));
System.out.println("end time total: " +
Thread.currentThread().getId() + "
t \t" + totalTime);
solrServer.shutdown();
}
--
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.
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
org.apache.solr.core.CoreContai
On Tue, Apr 24, 2012 at 4:05 PM, Jason Cunning 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 Source Search
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
defi
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.
>>Sol
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.
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 wrote:
>
> : Thanks for the reply. I'm at home right now, or I'd t
: 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 whe
s 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 that Windows leaves lots of segments on disk and takes up
> : twi
: 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."
:
:
e 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 or something
prevents the optimize() call from functioning. This wasn't par
the maven POM fixed everything:
> >
> > javax.servlet
> > servlet-api
> > 2.5
> >
> >
> > Perhaps this dependency could be listed on the wiki? Alongside the sample
> > code for using embedded solr?
> > http
cy 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 the servlet
POM fixed everything:
javax.servlet
servlet-api
2.5
Perhaps this dependency could be listed on the wiki? Alongside the sample
code for using embedded solr?
http://wiki.apache.org/solr/Solrj
Logback is passing along all of my logging but I
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 respon
mbed 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 it need a JVM? Is what
>> they are asking me possible and are there any resources for it? Thanks
>>
>> Greg
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
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 it
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 EmbeddedSolrE
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
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
n was not
clean the previous time and I believe that could have to do with it.
Tony
On Sat, Dec 4, 2010 at 11:44 PM, Tharindu Mathew wrote:
> Any help on this?
>
> On Thu, Dec 2, 2010 at 7:51 PM, Tharindu Mathew
> wrote:
> > Hi everyone,
> >
> > I get the excep
Any help on this?
On Thu, Dec 2, 2010 at 7:51 PM, Tharindu Mathew 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 the c
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
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
(http://wiki.apa
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,
Th
>
> 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 instan
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 sta
;
>
>
> From: Eric Grobler [via 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 :-)
&g
om: Eric Grobler [via 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
words, instead of:
> > - send searchQuery1
> > get result1
> > - send searchQuery2
> > get result2
> > ...
> >
> > you run:
> > - send searchQuery1+searchQuery2
> > - get result1+result2
> >
> > Thanks and Regards
> > Eric
&g
te 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
>
>
>
>
:ml-node+783150-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.
>
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
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 sl
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 ac
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
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 wrote:
> Hi,
>
>
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 th
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 SolrConfig(ho
> C:\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:\
t; ?
:
C:\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\us
Hi
We are having issue running our test cases with third party library for
embedded solr.
For exampel we are using kstem library which is not a part of solr
distirbution. When we run test cases our schema.xml has defintion for lucid
kstem and it throws ClassNotFound Exception.
We declared the
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
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
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
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" (w
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 t
On Mon, Aug 10, 2009 at 3:57 AM, born2fish 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 htt
>
> 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 wrote:
>
> Hi everyone,
>
> We have a web app tha
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
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 നോബിള് नोब
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 Raut wrote:
> 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, Walt
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 wrote:
> About the first option, caches are more effective with more traffic, so ten
> front end servers using three Solr servers will have better caching
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 cach
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 നോബിള് नोब्ळ्
> On Thu, A
On Thu, Aug 6, 2009 at 12:24 PM, Ninad Raut 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 reduce load on the actu
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
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 and
his message in context:
http://www.nabble.com/Embedded-Solr-updates-not-showing-until-restart-tp21546235p21614923.html
Sent from the Solr - User mailing list archive at Nabble.com.
eries 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-u
e 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-not-showing-until-restart-tp21546235p21562955.html
Sent from the Solr - User mailing list archive at Nabble.com.
show up until I 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-
hanks,
Erik
--
View 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.
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
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 peac
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 analysi
1 - 100 of 131 matches
Mail list logo