Found 58,011 results in 0.108 seconds. Displaying page 8 of 5,802, sorted by
Sent 2010-03-15 by pcmanprogrammeur <pcmanprogrammeur@...>
No reply ?
--
View this message in context: http://old.nabble.com/Where-are-my-boosts---tp27874753p27901203.html
Sent from the Solr - User mailing list archive at Nabble.com.
Sent 2010-03-14 by Lance Norskog <goksron@...>
This could be done with a function query, except that the function I
would use does not exist. There is no function that returns the
number of values that exist for a field. If there were, you could say:
-field:A OR (field:A and function() > 1)
I don't know the Lucene data structures well, but...
Sent 2010-03-14 by Lance Norskog <goksron@...>
Doing an exhaustive scan of this problem, I did find this one hole:
This constructor is not deprecated, but it uses a super() call that is
deprecated. Also, this constructor is not used anywhere. I nominate it
for deprecation as well.
SolrIndexWriter.java, around line 170
/**
*
*/
pub...
Sent 2010-03-14 by Lance Norskog <goksron@...>
Look at the terms in the index with the analysis.jsp file, or with Luke.
The different here is that love-lorn is a separate phrase, but
life-long has a comma after it. Try inserting a space before the
comma.
On 3/14/10, george young wrote:
> I have a nearly generic out-...
Sent 2010-03-14 by Yonik Seeley <yseeley@...>
The lucene/solr merge* has started off with a bang!
Development on branches/solr to get on lucene trunk is progressing at
a furious (nay... ferocious) pace, pushed by the "not new, but new to
solr" committers. Feels great to have everyone on the same team!
We've already merged committers of cou...
Sent 2010-03-14 by Mark Fletcher <mark.fletcher2004@...>
Hi,
I wanted to configure one core as Master and one core as slave.
This is my existing configuration:-
In my SOLR_HOME I have conf/schema.xml, conf/solrconfig.xml and the others
when no core was present
Also in my SOLR_HOME are solr.xml and coreA created using the CREATE command
for cores
I ...
Sent 2010-03-14 by george young <georgeryoung@...>
I have a nearly generic out-of-box installation of solr. When I
search on a short text document containing a few hyphenated words, I
get hits on *some* of the words, but not all. I'm quite puzzled as to
why. I've checked that the text is only plain ascii. How can I find
out what's wrong? In ...
Sent 2010-03-14 by Chris Male <gento0nz@...>
Created issue: https://issues.apache.org/jira/browse/SOLR-1821
On Sun, Mar 14, 2010 at 10:56 PM, Chris Male wrote:
> I can confirm that this test passes on CET but fails when I change to EDT.
>
>
> On Sun, Mar 14, 2010 at 10:52 PM, Robert Muir wrote:
>
>>...
Sent 2010-03-14 by Chris Male <gento0nz@...>
I can confirm that this test passes on CET but fails when I change to EDT.
On Sun, Mar 14, 2010 at 10:52 PM, Robert Muir wrote:
> I think this is a platform-timezone dependent problem.
>
> This is why switching my locale didnt work, because the test started
> failing, today i...
Sent 2010-03-14 by Robert Muir <rcmuir@...>
I think this is a platform-timezone dependent problem.
This is why switching my locale didnt work, because the test started
failing, today in the US we switched to Daylight Savings Time and
somehow the test only fails for people with those timezones.
On Sun, Mar 14, 2010 at 4:46 PM, Robert Muir...