Building maven artifacts

2010-07-16 Thread Pavel Minchenkov
/${project.artifactId}-${project.version}.jar does not exist Source code is latest. What I'm doing wrong? generate-maven-artifacts works fine for solr build.xml file. Thanks. -- Pavel Minchenkov

Duplicates

2010-07-22 Thread Pavel Minchenkov
Hi, Is it possible to remove duplicates in search results by a given field? Thanks. -- Pavel Minchenkov

Re: Duplicates

2010-07-23 Thread Pavel Minchenkov
If the field is a single token, just define the uniqueKey on it in your schema. Otherwise, this may be of interest: http://wiki.apache.org/solr/Deduplication Haven't used it myself though... best Erick On Thu, Jul 22, 2010 at 6:14 PM, Pavel Minchenkov char...@gmail.com

Re: Duplicates

2010-07-23 Thread Pavel Minchenkov
field and query for that field?) Regards, Peter. -- Pavel Minchenkov -- http://karussell.wordpress.com/ -- Pavel Minchenkov

Solr 4.0 and lucene-analyzers

2010-07-25 Thread Pavel Minchenkov
Hi, If generate solr maven artifacts from trunk, it will have dependency on lucene-analyzers:4.0-dev, which can't be resolved. Maybe I'm doing something wrong? Thanks. -- Pavel Minchenkov

SpatialSearch: sorting by distance

2010-07-27 Thread Pavel Minchenkov
version from trunk. fieldType name=double class=solr.TrieDoubleField precisionStep=0 omitNorms=true positionIncrementGap=0/ field name=lat type=double indexed=true stored=true/ field name=lon type=double indexed=true stored=true/ Thanks. -- Pavel Minchenkov

Re: SpatialSearch: sorting by distance

2010-07-28 Thread Pavel Minchenkov
Does anybody know if this feature works correctly? Or I'm doing something wrong? 2010/7/27 Pavel Minchenkov char...@gmail.com Hi, I'm trying to sort by distance like this: sort=dist(2,lat,lon,55.755786,37.617633) asc In general results are sorted, but some documents are not in right order

SolrException: Bad Request

2010-09-28 Thread Pavel Minchenkov
(CommonsHttpSolrServer.java:435) at org.apache.solr.client.solrj.impl.CommonsHttpSolrServer.request(CommonsHttpSolrServer.java:244) at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:89) ... 59 more Thanks. -- Pavel Minchenkov

Searching with wrong keyboard layout or using translit

2010-10-27 Thread Pavel Minchenkov
: http://www.google.ru/search?q=moskva What is the right way to implement this feature in Solr? -- Pavel Minchenkov

Re: Searching with wrong keyboard layout or using translit

2010-10-28 Thread Pavel Minchenkov
filter similar to SynonymFilter. Hope this helps, -Alexander On Wed, Oct 27, 2010 at 1:31 PM, Pavel Minchenkov char...@gmail.com wrote: Hi, When I'm trying to search Google with wrong keyboard layout -- it corrects my query, example: http://www.google.ru/search?q=vjcrdf (I typed word

Start parameter and result grouping

2010-10-31 Thread Pavel Minchenkov
? I'm using this build: https://hudson.apache.org/hudson/job/Solr-trunk/1297/ Thanks. -- Pavel Minchenkov

Custom scoring for searhing geographic objects

2010-12-15 Thread Pavel Minchenkov
| 4,5 Altayskaya | 7,8,9,5 In fact --- it is a search for geographic objects (cities, streets, houses). At the same time can be given only part of the address, and the results should appear the most relevant results. Thanks. -- Pavel Minchenkov