Re: confused about an entry in the FAQ

2008-05-24 Thread Stephane Nicoll
On Sat, May 24, 2008 at 12:39 AM, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > Hi Stephane > Can you tell me a bit more about the deadlocks you experience with Hibernate > Search. I have not seen such a situation so far and am interested to see how > to fix the problem. It is hard to externalize

Re: Postcode/zipcode search

2008-05-24 Thread Ian Holsman (Lists)
have you had a look at WOEID's ? https://developer.yahoo.com/geo/ http://where.yahooapis.com/v1/places.q('NW10%207NY') gives you details about the postcode, as well as a lat/long bounding box and the 'real' name of it (Willesden) in this case. http://where.yahooapis.com/v1/place/26556102/neig

Is it possible to add multiple keywords to a single field from one doc?

2008-05-24 Thread Tom Conlon
Hi, I haven't been able to find the answer to this question easily so any help would be appreciated. Thanks, Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Improving search performance

2008-05-24 Thread Jason Rutherglen
There needs to be a solution to that problem. I noticed it several years ago which is why ever since have designed systems using MultiSearcher concepts. There should only be one instance of deleted docs per IndexReader now that there is reopen. Editing the live deleted docs does not seem like so

Re: Is it possible to add multiple keywords to a single field from one doc?

2008-05-24 Thread Mark Miller
Tom Conlon wrote: Hi, I haven't been able to find the answer to this question easily so any help would be appreciated. Thanks, Tom - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED