Hello.
I have no idea when this error message occurs. Anybody an idea?
no search requests are running in this time.
every minute starts an import, so i think this cause this exception. but
why?
SEVERE: null:org.eclipse.jetty.io.EofException
at
org.eclipse.jetty.http.HttpGenerator.flushBuffe
Hi Jason
We are running with -XX:MaxGCPauseMillis=5000 as well, which might also
help you.
Best regards Trym
Den 11-07-2012 07:55, Jason skrev:
Actually we got this error when remote server is executing garbage collecting
and that time is over about 1 minute.
Solr server sometimes is frozen
Hi,
I currently have Apache SOLR 3.6 running on Tomcat 7.0.27. I was able to
successfully configure multicores too. This was my development environment
and hence used tomcat - however the production environment is WAS. I need
to migrate the existing multicores SOLR index from tomcat to WAS. Is th
Hi,
I am currently looking for some information on how to host multiple SOLR
indexes on Websphere. I have this already working on tomcat.
Do you have any documentation on how to set it up on websphere?
Thanks
Senthil
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multic
Any progress on this? I would love this feature also!
--
View this message in context:
http://lucene.472066.n3.nabble.com/Dynamic-facet-field-tp2979407p3996670.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi,
I want to add an optional field (required="false") to the schema of a
running solr instance. There are already some million documents indexed
which do not contain this newly added field. Only documents added _after_
the schema change are expected to contain this field, i.e. be searchable by
th
You can checkout Solr source code, do the patch work in admin JSP files and
use it as your custom Solr Instance.
*Pranav Prakash*
"temet nosce"
On Fri, Jul 20, 2012 at 12:14 PM, yayati wrote:
>
>
> Hi,
>
> I want to compute my own stats in addition to solr default stats. How can i
> enhance
These emails from Nagendra are very confusing. I've asked him in the past to be
explicit about his announce and make it clear that it is an external project.
Since I don't think he has changed how he does announce since that request,
allow me to help out:
Please note: This project has nothing t
Winfried -
It's absolutely fine to add a non-required field to the schema (and restart).
No reindexing necessary.
It can be handy to find documents without a field by using q=-fieldname:[* TO *]
Erik
On Jul 23, 2012, at 05:44 , Winfried Umbrath wrote:
> Hi,
>
> I want to add an opti
Hi
Running SolrCloud with a Solr loosing its zookeeper connection while
having a replica I see the below log message repeatedly and the shard
never recovers. The Solr has successfully reconnected to ZooKeeper and
ZooKeeper is running fine.
I know that the cause is the loss of the ZooKeeper con
+1
What would be if ALL external projects using lucene and/or solr are announcing
on this list
that they have stepped up to the next higher release after a release change?
Also "Realtime NRT", if NRT stands for "Near_Real_Time" he has a "Realtime
Near_Real_Time" Algorithm.
Regards,
Bernd
Am
+1, too... very confusing announcements, both because of the "official"
sounding posts and also the "double-realtime" name :P
And he also says in a follow-up post "I am contributing Realtime NRT to
Solr 4.0...", which sounds like this feature will be available in the
official 4.x Solr release, w
Hey - out of the house for a bit so I don't have the issue number, but a few
days ago I resolved an issue around the distrib queue using the straight zk
client and not the solr zk client.
I'm not 100% since I'm out on the street, but I think that will probably solve
your issue.
Sent from my
hi, good afternoon,
I have the following xml example,
test
test
I'd like to index id attribute with solr, How do I do this?
I can get information of name and definition.
thanks very much
Alisson Vieira
I like Mark's suggestion of marking the announcement as an external
project. Will add that to future announcements.
Regarding the announcement itself, Apache Solr with RankingAlgorithm has
made available NRT functionality to Apache Solr from version 1.4.1.
There were lots of requests/JIRAs fo
Thanks Bernd! Apache Solr 4.0-ALPHA is a major Solr milestone release
so I think you will find lots of announcements related to it, like
python support, etc. Similarly Apache Solr with RankinAlgorithm release.
Realtime NRT is a innovative way to provide NRT functionality to Solr.
Realtime is
On Mon, Jul 23, 2012 at 11:37 AM, Nagendra Nagarajayya
wrote:
> Realtime NRT algorithm enables NRT functionality in
> Solr by not closing the Searcher object and so is very fast. I am in the
> process of contributing the algorithm back to Apache Solr as a patch.
Since you're in the process of co
Maybe an XSLT that transforms into a "solr xml" format?
http://wiki.apache.org/solr/UpdateXmlMessages
On Mon, Jul 23, 2012 at 10:53 AM, Alisson Vieira wrote:
> hi, good afternoon,
>
> I have the following xml example,
>
>
>
> test
> test
>
>
>
> I'd like to index id attribute with
What are you using to import it now? If DataImportHandler, then you
just use /../../@id syntax. If some other XML library, it should have
a way as well.
Regards,
Alex.
Personal blog: http://blog.outerthoughts.com/
LinkedIn: http://www.linkedin.com/in/alexandrerafalovitch
- Time is the quality o
https://issues.apache.org/jira/browse/SOLR-3647 DistrubtedQueue should use our
Solr zk client rather than the std zk client.
I didn't add a CHANGES entry, but there should be one under bugs - I hadn't
fully thought through the problems other than it would not deal with connection
loss correctly
Hello Alexandre,
Some time ago I wanted to contribute it
http://mail-archives.apache.org/mod_mbox/lucene-dev/201203.mbox/%3ccangii8dukawp7mt1xqrjb5axdqptm5r4z+yzplfc7ptywsq...@mail.gmail.com%3E
On Mon, Jul 23, 2012 at 7:05 PM, Alexandre Rafalovitch
wrote:
> Hello,
>
> I have a multivalued field
On Jul 23, 2012, at 11:27 AM, Nagendra Nagarajayya wrote:
> I am not sure why any one will get offended by an announcement that NRT
> functionality was available with older releases.
FWIW, I'm not offended - I don't mind if third parties post announcements if
they are related to Solr.
I just
Pranay,
I tried two similar approaches to resolve this in my system which is
Solr 4.0 running in Tomcat 7.x on Ubuntu 9.10.
My preference was to use an alias for each of my database environments
as a JVM parameter because it makes more sense to me that the database
connection be stored in the dat
Pranav,
Sorry, I should have checked my response a little better as I
misspelled your name and, mentioned that I tried what Marcus suggested
then described something totally different.
I didn't try using the property mechanism as Marcus suggested as I am
not using a solr.xml file.
What you mentio
Hi,
I'm facing this same topic, but in my case, I have multiple cores and I
want only one spellchecker index from all this cores.
If I create a new core and index all documents from the other cores to this
new core, and use the new core to implement the spellchecker can be a
solution?
Currently,
I removed distro pacakged Tomcat from the eqaation,
> I've installed
>
> rpm -qa | grep -i ^tomcat-7
> tomcat-7.0.27-7.1.noarch
replacing it with an upstream instance
Server version: Apache Tomcat/7.0.29
Server built: Jul 23
Hi All,
I want to search some keywords like "Non-taxable", which has a "-" in the word.
Can I make it working in Solr by some configuration? Or any other ways?
Thanks & Regards,
Ivan
This email message and any attachments are for the sole use of the intended
recipients and may contain propriet
The "Whitespace Tokenizer" does this. It breaks everything apart only
by space, tabs and newlines. You can use this whitespace tokenizer in
the query stack of your field type.
Another option is to create a regular expression CharFilter that turns
non-* into non*.
On Mon, Jul 23, 2012 at 7:10 PM,
You should be able to use the same syntax as in Lucene.
-- Jack Krupansky
-Original Message-
From: Ivan Hrytsyuk
Sent: Monday, July 23, 2012 3:31 PM
To: solr-user@lucene.apache.org
Subject: How to specify query slop per field with edismax
Solr wiki page for ExtendedDisMax
(http://wi
Hi Erick,
Thank you for your reply.
I am using the a csv file like this
id;name;isbn;description;publish_date
1;Solr cookbook;ABC123456;"Solr Cookbook";2011-06
2;Some book 1;JHDS871281;"Some book";2010-01
3;Some book 2;9182KSC98;"Another book";2010-02
and i have a the following entries in the
Ivan
The hyphen character (-) is a Solr operator to exclude results matching the
word that follows the operator. You may strip off them while indexing and
searching. I think there are different ways to make it work if you need to
retain. I am using the following way
1. Excerpt from my schema
31 matches
Mail list logo