Created https://issues.apache.org/jira/browse/SOLR-4061
On Fri, Nov 9, 2012 at 8:51 PM, Mark Miller wrote:
> Yeah, if you want to use a new config set when you dynamically create a
> new collection, you must first upload the new config set. It's pretty easy
> using the cloud-scripts/zkcli.sh|ba
Dear Sir or Madam,
I want to use to Solr for my final project in university in part of searching
and indexing.
I'd be appreciated if you send me more resources or documentations about Solr.
Regards
Emad Farahzadi [brand-site-home-telescope-160x95]
Professional Services Consultant
NetApp
You should get familiar with the admin/analysis page, it's invaluable for
understanding _exactly_ what your analysis chain does with various inputs..
Best
Erick
On Thu, Nov 8, 2012 at 9:49 PM, Jack Krupansky wrote:
> The default setting should index BOTH "wi fi" and "wifi". Query for
> "wi-fi",
Why does it matter? The whole idea of firstSearcher queries is to warm up
your system as fast as possible. The theory is that upon restarting the
server, let's bet this stuff going immediately... They were never intended
(as far as I know) to complete before any queries were handled. As an
aside, I
That'll teach _me_ to look closely at the URL...
Best
Erick
On Fri, Nov 9, 2012 at 12:03 PM, Amit Nithian wrote:
> Oh weird. I'll post URLs on their own lines next time to clarify.
>
> Thanks guys and looking forward to any feedback!
>
> Cheers
> Amit
>
>
> On Fri, Nov 9, 2012 at 2:05 AM, Dmit
My guess is that this might have to do with the fact that you are on
Windows, and shell escaping is different (i.e. curl isn't getting all
of the parameters and hence isn't sending everything to Solr).
My first recommendation would be to install cygwin to get a UNIX
command line environment like L
And you can also do it all entirely from a browser URL bar using stream.file
parameter.
Erik
On Nov 10, 2012, at 13:17, Yonik Seeley wrote:
> My guess is that this might have to do with the fact that you are on
> Windows, and shell escaping is different (i.e. curl isn't getting all
> of t
Yes but the problem is that if user facing queries are hitting a server
that is warming up and isn't being serviced quickly, then you could
potentially bring down your site if all the front end threads are blocked
on Solr queries b/c those queries are waiting (presumably at the container
level sinc
Hmmm, rather than hit the ping query, why not just send in a real query and
only let the queued ones through after the response?
Just a random thought
Erick
On Sat, Nov 10, 2012 at 2:53 PM, Amit Nithian wrote:
> Yes but the problem is that if user facing queries are hitting a server
> that is
Yeah that's what I was suggesting in my response too. I don't think your
load balancer should be doing this but whatever script does the release
(restarting the container) should do this so that when the ping is enabled
the warming has finished.
On Sat, Nov 10, 2012 at 3:33 PM, Erick Erickson wro
It's nicer, cleaner to keep it separate. AC tends to have different
fields, different analysis, etc.
Otis
--
Search Analytics - http://sematext.com/search-analytics/index.html
Performance Monitoring - http://sematext.com/spm/index.html
On Sun, Nov 11, 2012 at 12:28 AM, roz dev wrote:
> I am r
Hi,
I need a small clarification on how forwarding to the non-(/select) handler
works.
When I define a distinct handler /terms with TermsComponent inside (or
/suggest with the SpellCheckComponent defined for suggester), the
distributed call never works. The reason is simple - the request always get
12 matches
Mail list logo