Hi,
I was trying to configure a Solr instance with the near real-time search
and auto-complete capabilities. I stuck in the NRT feature. There are
15 new records per second that inserted into the database (mysql) and I
indexed them with DIH. First, I tried to manage autoCommits from
solrconfig.xml
re-indexing *everything* every time? There's an interactive
> debugging console you can use that may help, try:
> http://localhost:8983/solr/admin/dataimport.jsp
>
> Best
> Erick
>
> On Thu, Nov 17, 2011 at 3:19 AM, Jak Akdemir wrote:
> > Hi,
> >
> > I wa
les should not change every second, is it true? (After inserting
420 records if I call delta-import with commit true, all these records can
be seen in solr results)
Thanks,
Jak
On Thu, Nov 17, 2011 at 12:14 PM, Yonik Seeley
wrote:
> On Thu, Nov 17, 2011 at 11:48 AM, Jak Akdemir wrote:
> &
uld give you a much more reproducible test scenario.
>
> Say you do that, issue your delta-import and immediately kill your
> server. When it
> starts up if you then see the delta-data, we should understand why.
> Because it sure
> would seem like the commit=f
Yonik,
Is it ok to see soft committed records after server restart, too? If it is,
there is no problem left at all.
I added changing files and 1 sec of log at the end of the e-mail. One
significant line says softCommit=true, so Solr recognizes our softCommit
request.
INFO: start
commit(optimize=fa
This is great! I guess, there is nothing left to worry about for a while.
Erick & Yonik, thank you again for your great responses.
Bests,
Jak
On Thu, Nov 17, 2011 at 4:01 PM, Yonik Seeley wrote:
> On Thu, Nov 17, 2011 at 3:56 PM, Jak Akdemir wrote:
> > Is it ok to see soft comm
On Wed, Jun 30, 2010 at 7:39 AM, Don Werve wrote:
> 2010/6/27 Jason Chaffee
>
> > The solr docs say it is RESTful, yet it seems that it doesn't use http
> > headers in a RESTful way. For example, it doesn't seem to use the
> Accept:
> > request header to determine the media-type to be returned.
Did you check ../admin/analysis.jsp page to see how index and query analyzer
behaved?
In usual, when you add "parti socialiste" to synonyms-fr.txt, it would
response correctly both of "PS et" and "parti socialiste" queries.
On Mon, Aug 30, 2010 at 4:55 PM, Xavier Schepler <
xavier.schep...@science
If you think to improve your synonyms file by time I would recommend you
query time indexing. By the way you don't have to re-index when you need to
add something more.
On Sat, Aug 28, 2010 at 10:01 AM, Jonty Rhods wrote:
> Hi All,
>
> I want to use synonym for my search.
> Still I am in learnin
It is quite easy to modify its default value. Solr is using default
logging values that started to use in jvm. It can be bound as a start
parameter or can be externally defined in
../tomcat/conf/logging.properties.
Simply it is enough to remove all contents (backup first) in
../tomcat/conf/logging
I think if you don't need to add more categories, just increasing
boost factor of Electronics would work.
As you said because of DocFreq of "Mobile Phones", scoring algorithm
is working as expected way.
On Thu, Sep 23, 2010 at 3:42 PM, Jayant Patil
wrote:
> Hi,
>
> We are using Solr for our sear
Siddharth, did you check tokenizer and filter behaviour from
../admin/analysis.jsp page. That would be quite informative to you.
On Thu, Sep 23, 2010 at 6:42 PM, Siddharth Powar
wrote:
> Hey Ken,
>
> The filedType definition that I am using is:
> sortMissingLast="true" omitNorms="true" />
>
> T
his may vary
> next week or any other day, such that 50 are Mobile Phones 20 Are
> Electronics and 30 are Electricals. In such a scenario, increasing the
> boost factor will not work as intended.
>
> Regards,
> Jayant
>
>
>
> -Original Message-
> Fr
If you want to use both of your nodes for building index (which means
two master), it makes them unified and collapses master slave
relation.
Would you take a look the link below for index snapshot problem?
http://wiki.apache.org/solr/SolrCollectionDistributionScripts
On Thu, Sep 30, 2010 at 11:0
The LIRE (Lucene Image REtrieval) library focused on searching images
according to its texture and color property.
http://www.semanticmetadata.net/lire/
http://portal.acm.org/citation.cfm?id=1459577
Sincerely,
Jak Akdemir
<http://portal.acm.org/citation.cfm?id=1459577>
On Thu, Dec 9, 201
Hi Darx,
You should check out complete Trunk as Steven said. I tried a coupled hours
ago to check out the source code below and there wasn't any problem.
http://svn.apache.org/repos/asf/lucene/dev/trunk
On Mon, Jan 3, 2011 at 11:19 AM, Darx Oman wrote:
> when I do a checkout I got this error
>
>
Hi,
You can find benchmark results but these are not directly based on "index
size vs. response time"
http://wiki.apache.org/solr/SolrPerformanceData
On Sat, Jan 1, 2011 at 4:06 AM, Tri Nguyen wrote:
> Hi,
>
> I remember going through some page that had graphs of response times based
> on index
Hi Mark,
I am not sure but, did you try to set datasource url parameter
autoReconnect=true in data-config.xml? It should be something like
jdbc:mysql://localhost:3306?...&autoReconnect=true
Sincerely,
Jak Akdemir
On Sun, Jan 2, 2011 at 4:32 AM, Mark wrote:
> I have recently been receiv
In JBoss, duplicate libraries will be ignored as you mentioned. You may
start to find libraries used in JBoss with "find -name *.jar". I don't know
any other resource than wiki. It says remove the libraries below.
- xercesImpl-2.8.1.jar
- xml-apis-1.3.03.jar
http://wiki.apache.org/solr/Sol
Hi Zili,
Master, Slave and Repeater all of these nodes will be at same index version
after replication. You can check it with replication?command=indexversion
command.
On Mon, Aug 1, 2011 at 11:08 AM, ZiLi wrote:
> Hi, I'm using an repeater .As you know ,sometimes the repeater will get a
> vers
20 matches
Mail list logo