ster badly because downloading
> snapshots is a normal request.
>
> On Thu, Mar 26, 2009 at 6:59 PM, sunnyfr wrote:
>>
>> Hi,
>>
>> Just applied replication by requestHandler.
>> And since this the Qtime went mad and can reach long time > name="QTime"
QTime?
> in the stats page?
> replication can skew the QTime in master badly because downloading
> snapshots is a normal request.
>
> On Thu, Mar 26, 2009 at 6:59 PM, sunnyfr wrote:
>>
>> Hi,
>>
>> Just applied replication by requestHandler.
>> And si
Hi,
Just applied replication by requestHandler.
And since this the Qtime went mad and can reach long time 9068
Without this replication Qtime can be around 1sec.
I've 14Mdocs stores for 11G. so not a lot of data stores.
I've servers with 8G and tomcat use 7G.
I'm updating every 30mn which is ab
Hi,
What do you mean by clean the data directory on the slave servers?
Do you have remove everything from it and then start a new rsyncd ???
and turn on snappuller cronjob ??
thanks a lot,
Noble Paul നോബിള് नोब्ळ् wrote:
>
> The current Solr replication just copy the data directory . So if
Hi Otis
It's exactly what happening to me ... what would you reckon .. I've tws
searchers still on .. how can I stop this ...
I just started my commit every 5mn ..
with auto snapshot afeter commit.
I don't know what can I do,
thanks A LOT
Otis Gospodnetic wrote:
>
> Doesn't that mean that y
Hi,
I've added in my request, another entity "select video... from video where
video_id between 1 and 20"
And when I start a full import I've an error on this request which is
another entity :
SELECT group_id AS rel_group_ids FROM group_has_video WHERE video_id=1
AND pending='n'
Noble Paul നോബിള് नोब्ळ् wrote:
>
> I am not too sure when it was fixed. use the latest nightly
>
> On Wed, Nov 5, 2008 at 5:05 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>
>> I'm using solr 1.3 and : apache-solr-dataimporthandler-1.4-dev
>> ?
>>
>&g
8 at 5:05 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>
>> I'm using solr 1.3 and : apache-solr-dataimporthandler-1.4-dev
>> ?
>>
>> Noble Paul നോബിള് नोब्ळ् wrote:
>>>
>>> which dih are you using? tit works only in a recent build. not with 1.3
&g
Do you know where can I get the last version updated ?
is it there ?
Cuz when I check files inside it's dated at 12 september ?
sunnyfr wrote:
>
> I did took the last one ???
>
>
> Noble Paul നോബിള് नोब्ळ् wrote:
>>
>> I am not too sure when it was fixed.
I did took the last one ???
Noble Paul നോബിള് नोब्ळ् wrote:
>
> I am not too sure when it was fixed. use the latest nightly
>
> On Wed, Nov 5, 2008 at 5:05 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>
>> I'm using solr 1.3 and : apache-solr-dataimportha
I'm using solr 1.3 and : apache-solr-dataimporthandler-1.4-dev
?
Noble Paul നോബിള് नोब्ळ् wrote:
>
> which dih are you using? tit works only in a recent build. not with 1.3
>
> On Wed, Nov 5, 2008 at 4:39 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>
>> Hi :s
&
.count}
>
> On Wed, Nov 5, 2008 at 2:39 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>
>> Sorry I'm quite new in Java,
>>
>> So I should add in my data-config something like:
>>
>>
>> And then in dataimporter add this dataimport.request.param at
EXCELLENT, Thanks a lot
Noble Paul നോബിള് नोब्ळ् wrote:
>
> Say you pass two extra params offset and count
> as offset=0&count=10
>
> and your query is
> select * from x limit ${dataimport.request.offset},
> ${dataimport.request.count}
>
> On Wed, Nov 5, 2
le Paul നോബിള് नोब्ळ् wrote:
>
> If all that you wish to do is adding a start and limit
>
> you can pass the parameters as request parameters. The parameter name
> can be anything. You can use those values in the query as
> $dataimporter.request.}
>
> --Noble
>
> On
taimporter.request.}
>
> --Noble
>
> On Wed, Nov 5, 2008 at 2:55 AM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>
>> Hi Shalin,
>> Thanks for your answer. I tried to understand how work DocBuilder, didn't
>> get really where can I get the request from
DB and query that so that the
> queries do not consume so much time?
>
> On Wed, Nov 5, 2008 at 2:55 AM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>
>> Hi Shalin,
>> Thanks for your answer. I tried to understand how work DocBuilder, didn't
>> get really where can I g
f that happens in DocBuilder#buildDocument method.
>
> Solr 1.3 has a bug which does not let the "start" and "rows" parameter
> work
> in normal mode (they work only in debug mode). The trunk versions have
> that
> bug fixed which can be used to limit indexin
Hi everybody
I'm using solr 1.3 and mysql, and the query is too big to get back rows
without OOM
I would to modify the code cuz I can't use batchSize -1 on the production
database during 10hours without stack other process on it.
So I would like to make several request on it with a limit between
ase encoding is not utf-8 . So , it makes no sense to set
> that in the connection property
>
> On Wed, Oct 22, 2008 at 3:43 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>
>> Don't get how ?
>>
>> > driver="com.mysql.jdbc.Driver"
>&
Don't get how ?
I tried that but it doesnt work ? how should I apply "set name uft8;"
Noble Paul നോബിള് नोब्ळ् wrote:
>
> in the element there is an attribute url. put it there
>
> On Wed, Oct 22, 2008 at 3:25 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
&
Don't get how ?
I tried that but it doesnt work ? how should I apply "set name uft8;"
Noble Paul നോബിള് नोब्ळ् wrote:
>
> in the element there is an attribute url. put it there
>
> On Wed, Oct 22, 2008 at 3:25 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
&
Hi Noble
How can I append it to the jdbc url?
Thanks a lot
Noble Paul നോബിള് नोब्ळ् wrote:
>
> JdbcDataSource.java is the class
>
> if you wish to pass in any extra connection parameters you can append
> it to the jdbc url.
> --Noble
>
> On Wed, Oct 22, 2008 at
pass in any extra connection parameters you can append
> it to the jdbc url.
> --Noble
>
> On Wed, Oct 22, 2008 at 3:07 PM, sunnyfr <[EMAIL PROTECTED]> wrote:
>>
>> Sorry I'm quite new in java, and I would like to find this part to add a
>> query just aft
Sorry I'm quite new in java, and I would like to find this part to add a
query just after the connection :
'set names utf8'
To fix up my problem with latin1 and utf8.
Some help would be great, thanks,
--
View this message in context:
http://www.nabble.com/where-is-the-connection-code-in-solr
I've a function to clear up string which are in latin1 to UTF8, I would like
to know where exactly should I put it in the java code to clear up string
before indexing ?
Thanks a lot for this information,
Sunny
I'm using solr1.3, mysql, tomcat55
--
View this message in context:
http://www.nabb
Hi,
How can I do to manage that ??
| character_set_client| latin1
|
| character_set_connection| latin1
|
| character_set_database | utf8
Hi,
I would like to know, what should I do when I just want to add a field or
even modify the schema like new filters.
Should i do a new full import ?
Thanks a lot,
Solr1.3
tomcat55
MySql
--
View this message in context:
http://www.nabble.com/Add-new-field-or-modify-schema.xml-tp19954089p199
Hi everybody,
I'm working now on solr implementation for a multi-language website.
I've found a lot of language managed by solr like, japon, greek .
spanish ..
But I didn't found anything about Polish. Can you help me please ?
OR
28 matches
Mail list logo