Thanks to both Gora & Amit. A little information for people who concern this
discussion, I found there's a SolrMeter open source project in Google Code -
http://code.google.com/p/solrmeter/, it's specifically for load test of
Solr -
I'll evaluate following tools & pick up one for my testing:
Hello,
I am upgrading from 1.3 to 1.4 and setting up new replication method.
On master I added this section:
commit
startup
schema.xml,stopwords.txt
On slave:
http://localhost:8085/solr/replication
00:15:00
They are on the same server d
No. Document creation is all-or-nothing, fields are not updateable.
I think you have to filter all of your field changes through a "join"
server. That is,
all field updates could go to a database and the master would read
document updates
from that database. Or, you could have one updater feed upd
Hi,
I have a master solr server and two slaves. On each of the slaves I have
programs running that read the slave index, do some processing on each
document, add a few new fields, and commit the changes back to the master.
The problem I'm running into right now is one slave will update one docume
There's nothing built into SOLR that I know of that'll deal with
auto-detecting
multiple languages and "doing the right thing". I know there's been
discussion
of that, searching the users' list might help... You may have to write your
own
analyzer that tries to do this, but I have no clue how you'd
also my request handler looks like this
dismax
name ^2.4
0.1
I really need some help on this,
again, what I want is...if I search for "swingline red stapler", In results,
docs that have all three keywords should come on top, then docs that have
any 2 keywords and then docs with 1 keyword, i
Thank you for taking the time to help. The way I've got the word
delimiter index filter set up with only one pass, "wolf-biederman" will
result in wolf, biederman, wolfbiederman, and wolf-biederman. With two
passes, the last one is not present. One pass changes "gremlin's" to
gremlin and gr
The extended dismax parser (see SOLR-1553) may do what you are looking for
From its feature list..
'Supports the "boost" parameter.. like the dismax bf param, but multiplies
the function query instead of adding it in'
On Sun, Aug 29, 2010 at 12:27 AM, Andy wrote:
> But isn't it the case that
Look at the tokenizer/filter chain that makes up your analyzers, and see:
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters
for other tokenizer/analyzer/filter options.
You're on the right track looking at the various choices provided, and
I suspect you'll find what you need...
Be a l
On 8/28/2010 7:59 PM, Shawn Heisey wrote:
The only drop in term quality that I noticed was that possessive words
(apostrophe-s) no longer have the original preserved. I haven't yet
decided whether that's a problem.
I finally did notice another drop in term quality from the dual pass -
words
Hi,
Is anybody using Solr with Cassandra?
Are there any Gotcha's?
Thanks
--Siju
It's metadata for a collection of 45 million documents that is mostly
photos, with some videos and text. The data is imported from a MySQL
database and split among six large shards (each nearly 13GB) and a small
shard with data added in the last week. That works out to between
300,000 and 50
12 matches
Mail list logo