Hi all,
I came across this issue when I was exploring the solr FunctionQuery. Hope
anyone of you can help me on this:
I need to combine the score of a normal key word search with one numeric
field in the index to form a new score. So I use the query() function
provided in the FunctionQuery,
So th
hi Staszek,
Thank you very much for your advice. My problem has been solved. It is
caused by the regexp in the stoplables.en. I didn't released that regular
expression is required in order to filter out the words. I have add in the
regexp in my stoplabels.en and it works like a charm.
-GC
On Wed
Hi Staszek,
I tried your quick and dirty hack too. It didn't work also. phase like
"Carbon Atoms in the Group" with "in" still appear in my clustering labels.
What i did is,
1. use "java uf carrot2-mini.jar stoplabels.en" command to replace the
stoplabel.en file.
2. apply clustering patch. re-co
On Tue, Sep 8, 2009 at 9:56 PM, Grant Ingersoll wrote:
>
> On Sep 8, 2009, at 5:11 AM, Wang Guangchen wrote:
>
> Hi Staszek,
>>
>> I try to apply the stoplabels with the instructions that you given in the
>> solr clustering Wiki. But it didn't work.
>>
Hi Staszek,
I try to apply the stoplabels with the instructions that you given in the
solr clustering Wiki. But it didn't work.
I am runing the patched solr on tomcat. So to enable the stop label. I add
"-cp " in to my system's CATALINA_OPTS. I
tried to change the file name from stoplabels.txt to
Hi everyone,
I maintain a large index around 14M records. Recently we found out that
there is a repeat in the index. We have double check that we set the
unique key correct. But these two docs are identical with the same unique
key.
Is anyone here meet the same problem? Is there any fix for this
hi Mike and Yonik ,
There is no other exceptions other than missing segments_cje. the disk still
have 160G more spaces when the disk crash.
current these is only one solr core that accessing this index directory. so
it can't be the file lock problem.
I am not sure is considered as unusual config
dex.
>
> Do you have the original exception you hit?
>
> I'll fix CheckIndex to be more sane if it could not load any segments file.
>
> Mike
>
> On Tue, May 26, 2009 at 2:12 AM, Wang Guangchen
> wrote:
> > Hi peter,
> >
> > Thank you very much for y
re-2.9-dev.jar
> org.apache.lucene.index.CheckIndex example/solr/data/index/
>
> -Peter
>
> On Mon, May 25, 2009 at 4:42 AM, Wang Guangchen
> wrote:
> > Hi everyone,
> >
> > I have 8m docs to index, and each doc is around 50kb. The solr crashed in
> > the midd
Hi everyone,
I have 8m docs to index, and each doc is around 50kb. The solr crashed in
the middle of indexing. error message said that one of the file in the data
directory is missing. I don't know why this is happened.
So right now I have to find a way to recover the index to avoid re-index. Is
Hi everyone:
My solr index crashed while it was being updated. I don't have a clue why
this is happened . The index contains around 8 million docs. During update,
each contains 100 . in solrconfig.xml, i set the
1000.
following is the error message :
---
ider is to just index and store the necessary fields,
> omitNorms always that is possible... there are many tips around... keep
> reading ;)
>
>
> Wang Guangchen wrote:
> >
> > Nope, I am using the latest stable version of solr 1.3.0.
> >
> > Thanks for your tips.
&
search speed?
GC
On Tue, Feb 17, 2009 at 5:30 PM, Marc Sturlese wrote:
>
> Have you tired with a nightly build with the new facet algorithm (it is
> activated by default)?
> http://www.nabble.com/new-faceting-algorithm-td20674902.html
>
>
> Wang Guangchen wrote:
> >
Hi all,
I have been experimenting solr faceted search for 2 weeks. But I meet
performance limitation on facet Search.
My solr contains 4,000,000 documents. Normal searching is fairly fast, But
faceted search is extremely slow.
I am trying to do facet search on 3 fields (all multivalued fields) in
14 matches
Mail list logo