And, no RamDirectory does not help.
On Mon, May 28, 2012 at 5:54 PM, Lance Norskog wrote:
> Can you use filter queries? Filters short-circuit a lot of search
> processing. "City:San Francisco" is a classic filter - it is a small
> part of the documents and it is reused a lot.
>
> On Sat, May 26,
Can you use filter queries? Filters short-circuit a lot of search
processing. "City:San Francisco" is a classic filter - it is a small
part of the documents and it is reused a lot.
On Sat, May 26, 2012 at 7:32 AM, Yang wrote:
> I'm using disjunction (OR) query. unfortunately all of the clauses ar
KeywordAnalyzer is the normal thing to use if you want exact matches.
--
Ian.
On Sat, May 26, 2012 at 11:37 AM, Yogesh patel
wrote:
> Hi
>
> I would like to search on any analyzed field of lucene index with Exact
> Match.
>
> Is it possible to search with exact match keyword.
>
> Thanks
>
> --
Hello GuenterR,
I guess you might be using Java in Android. You could very well use Lucene
Api. There is no ORM exist.
Regards
Aditya
www.findbestopensource.com
On Sun, May 27, 2012 at 2:26 PM, GuenterR wrote:
> Hello All!
> I would like to use Lucene library on any Android device with a geo D