Found 82,082 results in 0.022 seconds. Displaying page 1 of 8,209, sorted by
Sent 2010-09-02 by Landon Kuhn <lkuhn@...>
Hello, I am using the ReversedWildcardFilterFactory, and I am
wondering if there is a way to prevent false matches when a query
token matches the reversed indexed token. For instance, the query
*zemog* matches documents that contain Gomez. I am pretty much using
the fieldType configuration from t...
Sent 2010-09-02 by Brandon Evans <bevans@...>
Are you using rsync replication or the built in replication available in
solr 1.4? I have a patch that allows easily allows the --bwlimit option
to be added to the rsyncd command line.
Either way I agree that a way to throttle the replication bandwidth
would be nice.
-brandon
On 9/2/10 7:4...
Sent 2010-09-02 by Landon Kuhn <landon9720@...>
Hello, I am using the ReversedWildcardFilterFactory, and I am
wondering if there is a way to prevent false matches when a query
token matches the reversed indexed token. For instance, the query
*zemog* matches documents that contain Gomez. I am pretty much using
the fieldType configuration from t...
Sent 2010-09-02 by Luke Tebbs <luke@...>
Thanks Dan,
That seems to have moved things forwards, however if I do this I get two
sets, presumably one from localsolr and one from dismax.
e.g -
0
116
...
...
Sent 2010-09-02 by Mark <static.void.dev@...>
On 9/2/10 8:27 AM, Noble Paul നോബിള് नोब्ळ् wrote:
> There is no way to currently throttle replication. It consumes the
> whole bandwidth available. It is a nice to have feature
>
> On Thu, Sep 2, 2010 at 8:11 PM, Mark wrote:
>> Is there an...
Sent 2010-09-02 by Mark <static.void.dev@...>
On 8/6/10 5:03 PM, Chris Hostetter wrote:
> : We have an index around 25-30G w/ 1 master and 5 slaves. We perform
> : replication every 30 mins. During replication the disk I/O obviously shoots up
> : on the slaves to the point where all requests routed to that slave take a
> : really long time.....
Sent 2010-09-02 by Noble Paul നോബിള് नोब्ळ् <noble.paul@...>
There is no way to currently throttle replication. It consumes the
whole bandwidth available. It is a nice to have feature
On Thu, Sep 2, 2010 at 8:11 PM, Mark wrote:
> Is there any way or forthcoming patch that would allow configuration of how
> much network bandwi...
Sent 2010-09-02 by dan whelan <dan@...>
I experienced the same issue. The localsolr site says to configure
like this:
localsolr
facet
mlt
highlight
debug
but the default solr components are (note the above config is missing
query):
query
facet
ml...
Sent 2010-09-02 by Mark <static.void.dev@...>
Is there any way or forthcoming patch that would allow configuration
of how much network bandwith (and ultimately disk I/O) a slave is
allowed during replication? We have the current problem of while
replicating our disk I/O goes through the roof. I would much rather have
the replication take...
Sent 2010-09-02 by Matteo Moci <mox601@...>
Thank you for the suggestions,
I just completed the tutorial at http://lucene.apache.org/solr/tutorial.html
and i understood that in the GET parameters I can choose wt=standard
(and obtain an xml structure in the results),
wt=json or wt=php.
All of them display the results inline, in the sense ...