| clear query|facets|time |
Search criteria: .
Results from 211 to 220 from
5874 (0.093s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: github mirror not up to date - Lucene.Net - [mail # dev]
|
|
...Make your arguments! lets see how convincing you can be, and how playable the group is ;) ...
|
|
|
Author: Prescott Nasser,
2012-11-19, 17:45
|
|
|
Re: github mirror not up to date - Lucene.Net - [mail # dev]
|
|
...Confirmed So when are we moving to git? :) On Mon, Nov 19, 2012 at 7:26 PM, Prescott Nasser wrote: ...
|
|
|
Author: Itamar Syn-Hershko,
2012-11-19, 17:35
|
|
|
RE: github mirror not up to date - Lucene.Net - [mail # dev]
|
|
...This should be resolved ...
|
|
|
Author: Prescott Nasser,
2012-11-19, 17:26
|
|
|
Re: Order by distance on Spatial Searches (porting from Lucene4 Java) - Lucene.Net - [mail # dev]
|
|
...hits = lucene_searcher.Search(strategy.MakeQuery(spatialargs), 100) Should work If it doesn't, please provide a full failing test in C# On Fri, Nov 16, 2012 at 1:41 PM, Al...
|
|
|
Author: Itamar Syn-Hershko,
2012-11-17, 19:09
|
|
|
[LUCENENET-513] GetFieldQuery in MultiFieldQueryParser not handle properly Boosts - Lucene.Net - [issue]
|
|
...Regression between Lucene 2.9.4g and Lucene 3.0.3 in the method GetFieldQuery of MultiFieldQueryParser with the boosts factor.public class MultiFieldQueryParser : QueryParser { p...
|
|
|
http://issues.apache.org/jira/browse/LUCENENET-513
Author: Hadrien HUGOT,
2012-11-16, 13:09
|
|
|
RE: Order by distance on Spatial Searches (porting from Lucene4 Java) - Lucene.Net - [mail # dev]
|
|
...Hi Itamar, When I search for a Spatial field without specifying a sort field the result is not ordered by distance. This is a very simple sample of my search: Privat...
|
|
|
Author: Albert Clemente Peláez,
2012-11-16, 11:41
|
|
|
Re: Order by distance on Spatial Searches (porting from Lucene4 Java) - Lucene.Net - [mail # dev]
|
|
...I am pretty sure that this is supported. I know that we do order by distance in RavenDB. On Fri, Nov 16, 2012 at 11:19 AM, Albert Clemente Peláez wrote: ...
|
|
|
Author: Oren Eini,
2012-11-16, 09:39
|
|
|
Re: Order by distance on Spatial Searches (porting from Lucene4 Java) - Lucene.Net - [mail # dev]
|
|
...The default implementation of a spatial query sorts results by distance already. It's only when you use a non-spatial query that you need to specify a custom Sort for that to happen, and it'...
|
|
|
Author: Itamar Syn-Hershko,
2012-11-16, 09:33
|
|
|
Order by distance on Spatial Searches (porting from Lucene4 Java) - Lucene.Net - [mail # dev]
|
|
...Hello, A few days ago I started using spatial searches with 3.0.3 release and the Spatial Contrib + Spatial4N. Although I found some starting problems, It finally...
|
|
|
Author: Albert Clemente Peláez,
2012-11-16, 09:19
|
|
|
Re: GetFieldQuery in MultiFieldQueryParser - Lucene.Net - [mail # dev]
|
|
...Hi, Yes, please, file a bug at https://issues.apache.org/jira/ and, if possible, a patch. It helps us keep track of changes made between versions (and thus, a changelog). &...
|
|
|
Author: Simon Svensson,
2012-11-15, 18:20
|
|
|
|