how can i disable coord?

2013-11-03 Thread jihyun suh
I want to disable coord in bq. But eventhough I set the coordFactor=false just like .../select?q=...&coordFactor=false, it's not working... How can I disable coord? -- View this message in context: http://lucene.472066.n3.nabble.com/how-can-i-disable-coord-tp4099121.html Sent from the Solr - U

Re: query with colon in bq

2013-11-03 Thread jihyun suh
It's working perfectly. Thnks~ -- View this message in context: http://lucene.472066.n3.nabble.com/query-with-colon-in-bq-tp4098400p4099122.html Sent from the Solr - User mailing list archive at Nabble.com.

query with colon in bq

2013-10-30 Thread jihyun suh
I have a question about query with colon in bq. Actually I use edismax and I set the q and bq just like this, .../select?defType=edismax&q="1:100"^100 "1 100"^30&qf=Title^2.0 Body&bq=Title:(1:100)^6.0 Body:(1:100)^6.0 in this query phrase, I got the error in bq, undefined field 1. How do I use qu

Re: Solr, db connections remain after indexing a table.

2012-06-07 Thread Jihyun Suh
88758 | id | localhost:38844 | tmp | Sleep | 3624 | | NULL | 2012/6/7 Jihyun Suh > I index many tables which are written with entities in data-config.xml. > But after indexing one table, db connection remains > even though I set 'holdability="CLOSE_CURSORS_

Solr, db connections remain after indexing a table.

2012-06-07 Thread Jihyun Suh
I index many tables which are written with entities in data-config.xml. But after indexing one table, db connection remains even though I set 'holdability="CLOSE_CURSORS_AT_COMMIT"'. How can I remove the connection after indexing a table?

Re: Solr, I have perfomance problem for indexing.

2012-06-06 Thread Jihyun Suh
Each table has 35,000 rows. (35 thousands). I will check the log for each step of indexing. I run Solr 3.5. 2012/6/6 Jihyun Suh > I have 128 tables of mysql 5.x and each table have 3,5000 rows. > When I start dataimport(indexing) in Solr, it takes 5 minutes for one > table. > B

Solr, I have perfomance problem for indexing.

2012-06-05 Thread Jihyun Suh
I have 128 tables of mysql 5.x and each table have 3,5000 rows. When I start dataimport(indexing) in Solr, it takes 5 minutes for one table. But When Solr indexs 20th table, it takes around 10 minutes for one table. And then When it indexs 40th table, it takes around 20 minutes for one table. Solr

Re: I got ERROR, Unable to execute query

2012-06-05 Thread Jihyun Suh
I used 3.x mysql. After I migrate to 5.x mysql, I don't get same error just like ' Unable to execute query'. Maybe low version of mysql and Solr have some problems, I don't know exactly. 2012/6/5 Jihyun Suh > That's why I made a new DB for dataimport test. So m

Re: I got ERROR, Unable to execute query

2012-06-04 Thread Jihyun Suh
that table that is preventing DIH access. I mean, like maybe the table is being updated when DIH is failing. Maybe somebody is emptying the table and then regenerating it and your DIH run is catching the table when it is being emptied. Or something like that. -- Jack Krupansky 2012/6/4 Jihyu

Re: I got ERROR, Unable to execute query

2012-06-03 Thread Jihyun Suh
ou help me? -- Is test_5 created by a stored procedure? If so, is there a possibility that the stored procedure may have done an update and not returned data - but just sometimes? -- Jack Krupansky 2012/6/2 Jihyun Suh &g

solr, how can I make search query with fixed slop(distance)

2012-06-01 Thread Jihyun Suh
I want to search data within fixed slop in Solr. For example, I make search query 'title:+solr +user ~2' for search some data which have 'solr' and 'user' within 2 slops. But it's not working in Solr. I get some parameter, defType=edismax, pf, qs, ps. It's not change the search result, but order.