| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
5874 (0.08s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: File locking - Lucene.Net - [mail # user]
|
|
...Yes, we use a Windows service (Topshelf) for indexing and a web service for searching from that index. — Sent from my portable orbiting headquarters. On Mon, Apr 8, 2013 at 6:22 AM, ...
|
|
|
Author: Kevin Miller,
2013-04-08, 11:43
|
|
|
RE: File locking - Lucene.Net - [mail # user]
|
|
...Are you talking about a http based service or a windows service? Many Thanks Richard From: Nicholas Paldino [mailto:[EMAIL PROTECTED]] Sent: 08 April 2013 11:21 To:...
|
|
|
Author: Richard Wilde,
2013-04-08, 11:21
|
|
|
Re: File locking - Lucene.Net - [mail # user]
|
|
...Richard, Lucene takes exclusive file locks on the index files when using the file directory, so having multiple processes access the same files is a problem. The recommended cour...
|
|
|
Author: Nicholas Paldino,
2013-04-08, 10:20
|
|
|
File locking - Lucene.Net - [mail # user]
|
|
...I have deployed my application on Rackspace cloud (have 3-4 nodes running iis all sharing the same files) and am running into issues with:- The process cannot access the file '...
|
|
|
Author: Richard Wilde,
2013-04-05, 10:19
|
|
|
RE: Retrieval Performance degradation when indexing a numeric field - Lucene.Net - [mail # user]
|
|
...Sorry, a correction, When I add a clause to the Boolean query with the dates it takes 600ms (not 300 ms as I wrote below). From: Avi Levy [mailto:[EMAIL PROTECTED]] Sent: T...
|
|
|
Author: Avi Levy,
2013-04-04, 14:02
|
|
|
RE: Retrieval Performance degradation when indexing a numeric field - Lucene.Net - [mail # user]
|
|
...Thanks for the replies. I will try the suggestion for field precision, and splitting the dates. The table was not formatted properly. Here is the data again: No dates indexed & N...
|
|
|
Author: Avi Levy,
2013-04-04, 13:44
|
|
|
Re: Retrieval Performance degradation when indexing a numeric field - Lucene.Net - [mail # user]
|
|
...Not sure that I'm following. Can you show an example of a Document and a Query? On Thu, Apr 4, 2013 at 8:19 AM, Maxim Terletsky wrote: ...
|
|
|
Author: Itamar Syn-Hershko,
2013-04-04, 07:07
|
|
|
Re: Retrieval Performance degradation when indexing a numeric field - Lucene.Net - [mail # user]
|
|
...Hi, We deliberately left the queries the same for both indexes, the one with date field indexed and the one without. On both indexes the query didn't include the date field, only some string...
|
|
|
Author: Maxim Terletsky,
2013-04-04, 05:19
|
|
|
RE: Retrieval Performance degradation when indexing a numeric field - Lucene.Net - [mail # user]
|
|
...FWIW, it's been my experience that it is best to split year/month/day and hour/minute/second into two fields, particularly with respect for searches such as from the beginning of time to now...
|
|
|
Author: Franklin Simmons,
2013-04-03, 18:32
|
|
|
Re: Retrieval Performance degradation when indexing a numeric field - Lucene.Net - [mail # user]
|
|
...What type of queries? This could happen, yes Try playing with field precision, and moving to filters where possible On Apr 3, 2013 8:33 PM, "Avi Levy" wrote: ...
|
|
|
Author: Itamar Syn-Hershko,
2013-04-03, 17:57
|
|
|
|