Solr Near Real-Time Search, Soft Commit Problem

2011-11-17 Thread Jak Akdemir
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: Solr Near Real-Time Search, Soft Commit Problem

2011-11-17 Thread Jak Akdemir
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

Re: Solr Near Real-Time Search, Soft Commit Problem

2011-11-17 Thread Jak Akdemir
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: > &

Re: Solr Near Real-Time Search, Soft Commit Problem

2011-11-17 Thread Jak Akdemir
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

Re: Solr Near Real-Time Search, Soft Commit Problem

2011-11-17 Thread Jak Akdemir
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

Re: Solr Near Real-Time Search, Soft Commit Problem

2011-11-17 Thread Jak Akdemir
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

Re: REST calls

2010-06-30 Thread Jak Akdemir
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.

Re: Expanded Synonyms + phrase search

2010-09-07 Thread Jak Akdemir
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

Re: Implementing synonym NewBie

2010-09-07 Thread Jak Akdemir
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

Re: logging for solr

2010-09-20 Thread Jak Akdemir
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

Re: Issue with Solr Boosting

2010-09-23 Thread Jak Akdemir
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

Re: Searches with a period (.) in the query

2010-09-23 Thread Jak Akdemir
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

Re: Issue with Solr Boosting

2010-09-23 Thread Jak Akdemir
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

Re: Solr Cluster Indexing data question

2010-09-30 Thread Jak Akdemir
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

Re: Search based on images

2010-12-09 Thread Jak Akdemir
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

Re: Apply a patch

2011-01-03 Thread Jak Akdemir
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 > >

Re: solr benchmarks

2011-01-03 Thread Jak Akdemir
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

Re: DIH MySQLNonTransientConnectionException

2011-01-03 Thread Jak Akdemir
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

Re: Setting up Solr for PDFs on JBoss

2011-01-04 Thread Jak Akdemir
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

Re: When replication finished ,is a repeater server has same version with master?

2011-08-01 Thread Jak Akdemir
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