Solr Indexing error in this function. I am using Windows 8 x32, Xampp to
configure solr, tomcat. I have tried many other forums too but not helpful.
Even tried configuring many XML in Xampp/solr still could not get it
working. Any hints would be helpful. Here is my function for solr indexing
and th
Hi Lance,
sounds interesting. The idea was to use a message digest (e. g. a md5 hash) of
a file to be indexed as an unique identifier to avoid duplicates. I wasn't
aware of the de-duplication feature you mention. This feature seems to be the
exact solution for my problem. In the solr wiki I fo
Log is :
Apr 22, 2012 2:55:17 AM org.apache.solr.update.processor.LogUpdateProcessor
finish
INFO: {add=[(null)]} 0 17
Apr 22, 2012 2:55:17 AM org.apache.solr.common.SolrException log
SEVERE: org.apache.solr.common.SolrException: [doc=null] missing required
field: id
at
org.apache.solr.upd
1) The TermsComponent will return the top terms:
http://wiki.apache.org/solr/TermsComponent
2) Add 'debugQuery=on' to your query, look at the 'explain' section in the
results to get information regarding how many times the term appears in the
document (idf).
On Fri, Apr 20, 2012 at 5:31 PM, neos
On 22 April 2012 15:33, vasuj wrote:
> Log is :
>
>
> Apr 22, 2012 2:55:17 AM org.apache.solr.update.processor.LogUpdateProcessor
> finish
> INFO: {add=[(null)]} 0 17
> Apr 22, 2012 2:55:17 AM org.apache.solr.common.SolrException log
> SEVERE: org.apache.solr.common.SolrException: [doc=null] missi
yes it worked. Thanks Gora.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Indexing-error-in-this-function-tp3929446p3929673.html
Sent from the Solr - User mailing list archive at Nabble.com.
To be honest I have no idea. Can you try to shutdown the first process JVM
after it's complete indexing and start second JVM only after that. Whether
it work?
which version of Solr you are running?
On Fri, Apr 20, 2012 at 8:14 AM, pcrao wrote:
> Hi,
>
> Any update?
> Thanks,
> PC Rao
>
> --
> Vi
Is it possible you are hitting this (just opened) Solr issue?:
https://issues.apache.org/jira/browse/SOLR-3392
Mike McCandless
http://blog.mikemccandless.com
On Fri, Apr 20, 2012 at 9:33 AM, Gopal Patwa wrote:
> We cannot avoid auto soft commit, since we need Lucene NRT feature. And I
> us
Hey Ravi - yeah, I know this is kind of confusing. The issue is that the true
state is actually the advertised state in clusterstate.json *and* whether or
not a node is listed on live_nodes.
The reason this is the case is that if a node just dies, it may have left its
current in *any* state. Th
Otis,
Thanks for the input! Were it not the metadata I need to extract and the slight
possibility a sync error/file system error or inconsistency could occur, I
would take that same route.
-Kristian
-Original Message-
From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com]
Sent: F
Folks,
If you're using a trunk version after 2/1/2012 in conjunction with the
shipped solrconfig.xml (which uses openSearcher=false in an autoCommit
by default),
then you should upgrade to a new version. There's a searcher leak
when openSearcher=false is used with a commit that leads to files not
I http://lucene.472066.n3.nabble.com/file/n3931194/Screenshot_%2847%29.png
used
//server.deleteByQuery( "*:*" );// CAUTION: deletes everything!
query in my solr indexing program. Since then i am receiving the error
whenever , i go to
http://localhost:8080/solr/admin/
and press search with query
You are very helpful. Thanks a lot!
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-can-I-get-the-top-term-in-solr-tp3926536p3931252.html
Sent from the Solr - User mailing list archive at Nabble.com.
It takes me 50 hours to index a total 9 G file(about 2,000,000 documents)
with n-gram filter from min=6,max=10, my token before ngram filter is
long(not a word, at most 300,000 bytes with white space). I split into 4
files and use the post.sh to update at the same time. I also tried to write
a luce
Hi Mikhail Khludnev,
THank you for your help.
Let me explain you the scenario about JVM.
The JVM in which tomcat is running will not be restarted every time the
StreamingUpdateSolrServer
is running where as the EmbeddedSolrServer is a fresh JVM instance(new
process) every time.
In this scenario
Hi,
I am experiencing a problem starting solr with Tomcat 6.
My system: Ubuntu 11.
ii tomcat66.0.32-5ubuntu1.2
Servlet and JSP engine
ii openjdk-6-jre 6b23~pre11-0ubuntu1.11.10.2
OpenJDK Java runtime, using Hotspot JIT
On Sat, Apr 21, 2012 at 9:57 PM, Yonik Seeley
wrote:
> I can reproduce some kind of searcher leak issue here, even w/o
> SolrCloud, and I've opened
> https://issues.apache.org/jira/browse/SOLR-3392
With the fix integrated. I do not see the leaking problem anymore with
my setup so it seems to be w
17 matches
Mail list logo