Re: About Feeds in GDataServer

2006-08-15 Thread Simon Willnauer
On 8/16/06, Marcos César de Oliveira <[EMAIL PROTECTED]> wrote: 2006/8/15, Simon Willnauer <[EMAIL PROTECTED]>: > > Yes. May I have a feed with the class Feed and put any subclass of Feed in > > it? > You mean as an entry? In fact, I want to put in the feed any object whose class is a subclass

Re: IndexReader.reopen discussion

2006-08-15 Thread Robert Engels
I can probably supply a patch against 1.9.1. The problem is that the patch is more code than it needs to be if the some other core classes were modified as suggested before (.e. getting access to the contained reader in a MultiReader). Without the changes to the core classes a lot of other code

IndexReader.reopen discussion

2006-08-15 Thread jason rutherglen
There was this discussion regarding adding a reopen method to IndexReader however it seems to have dropped off the map. Robert Engels submitted some code however it was not a patch. http://www.gossamer-threads.com/lists/lucene/java-dev/34898?search_string=reopen I would submit something but h

[jira] Created: (LUCENE-657) FuzzyQuery should not be final

2006-08-15 Thread Andreas Neumann (JIRA)
FuzzyQuery should not be final -- Key: LUCENE-657 URL: http://issues.apache.org/jira/browse/LUCENE-657 Project: Lucene - Java Issue Type: Improvement Components: Search Environment: all platform

Re: LUCENE-528 and 565

2006-08-15 Thread Ning Li
Lucene-528 and Lucene-565 serve different purposes. One cannot replace the other. I'm totally for a version of addIndexes() where optimize() is not always called. However, with the one proposed in the patch, we could end up with an index where: segment 0 has 1000 docs, 1 has 2000, 2 has 4000, 3 h

Re: About Feeds in GDataServer

2006-08-15 Thread Marcos César de Oliveira
2006/8/15, Simon Willnauer <[EMAIL PROTECTED]>: > Yes. May I have a feed with the class Feed and put any subclass of Feed in > it? You mean as an entry? In fact, I want to put in the feed any object whose class is a subclass of the entry-class configured in gdata-config.xml for the service.

[jira] Created: (LUCENE-656) FieldsInfo uses deprecated API

2006-08-15 Thread Simon Willnauer (JIRA)
FieldsInfo uses deprecated API -- Key: LUCENE-656 URL: http://issues.apache.org/jira/browse/LUCENE-656 Project: Lucene - Java Issue Type: Improvement Components: Index Affects Versions: 2.0.1

Fwd: About Feeds in GDataServer

2006-08-15 Thread Simon Willnauer
On 8/15/06, Marcos César de Oliveira <[EMAIL PROTECTED]> wrote: 2006/8/15, Simon Willnauer <[EMAIL PROTECTED]>: > You can choose a class at the bottom of the class hierarchy and add > entries of super classes. does that solve your problem? Yes. May I have a feed with the class Feed and put an

Re: About Feeds in GDataServer

2006-08-15 Thread Marcos César de Oliveira
2006/8/15, Simon Willnauer <[EMAIL PROTECTED]>: You can choose a class at the bottom of the class hierarchy and add entries of super classes. does that solve your problem? Yes. May I have a feed with the class Feed and put any subclass of Feed in it? Doesn't possible create sub feeds? Like

Re: About Feeds in GDataServer

2006-08-15 Thread Simon Willnauer
On 8/15/06, Marcos César de Oliveira <[EMAIL PROTECTED]> wrote: A service can have more than one feed? Yes! If no, what is a difference between a service and a feed? see above. If yes, do they have to belong to the same class? You can choose a class at the bottom of the class hierarchy and a

About Feeds in GDataServer

2006-08-15 Thread Marcos César de Oliveira
A service can have more than one feed? If no, what is a difference between a service and a feed? If yes, do they have to belong to the same class? Doesn't possible create sub feeds? Like a comments feed nested in a events feed? Why isn't permitted to have an entry of a subclass of the feeds class?

LUCENE-528 and 565

2006-08-15 Thread jason rutherglen
What about using this http://issues.apache.org/jira/browse/LUCENE-528 to solve this http://issues.apache.org/jira/browse/LUCENE-565 Where the batching is performed in another index that is then merged into the existing one. This is something I have been looking for. Is 528 ok to use?

Re: flushRamSegments() is "over merging"?

2006-08-15 Thread Yonik Seeley
Related to merging more often than one would expect, check out my last comment in this bug: http://issues.apache.org/jira/browse/LUCENE-388 -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search server On 8/15/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: Yes, that's counter-

Re: flushRamSegments() is "over merging"?

2006-08-15 Thread Yonik Seeley
Yes, that's counter-intuitive a high merge factor is more likely to cause a merge with the last disk-based segment. On the other hand... if you have a high maxBufferedDocs and a normal mergeFactor (much more likely), you could end up with way too many segments if you didn't merge. Hmmm, I'm

Re: [jira] Created: (LUCENE-655) field queries does not work as expected

2006-08-15 Thread Grant Ingersoll
Hi Sebastian, In the future, please post these types of questions to the user list. From there, people will help you determine if it is a bug or not and help you sort out a fix. The dev list is for people actively working on Lucene internals. What Analyzer are you using? Are you sure

[jira] Created: (LUCENE-655) field queries does not work as expected

2006-08-15 Thread Sebastian Wiemer (JIRA)
field queries does not work as expected --- Key: LUCENE-655 URL: http://issues.apache.org/jira/browse/LUCENE-655 Project: Lucene - Java Issue Type: Bug Components: Search Affects Versions: 1.

Re: Prevayle-based StorageController for GDataServer

2006-08-15 Thread Marcos César de Oliveira
If you are interested in building such a storage layer we can set up a plan together to integrate this as a storage for gdata server. Sure. This is a kind of a problem if you use a cache or a persistence layer sharing object instances. Prevayler keeps all data in RAM. This can be a proble

[jira] Created: (LUCENE-654) GData-Server - Website sandbox part

2006-08-15 Thread Simon Willnauer (JIRA)
GData-Server - Website sandbox part --- Key: LUCENE-654 URL: http://issues.apache.org/jira/browse/LUCENE-654 Project: Lucene - Java Issue Type: Wish Components: Website Reporter: Simon Wi

[jira] Created: (LUCENE-653) GData-server storage fix activation depth

2006-08-15 Thread Simon Willnauer (JIRA)
GData-server storage fix activation depth - Key: LUCENE-653 URL: http://issues.apache.org/jira/browse/LUCENE-653 Project: Lucene - Java Issue Type: Improvement Components: Other R

Re: Prevayle-based StorageController for GDataServer

2006-08-15 Thread Simon Willnauer
No not yet, the storage implementation are still in heavy development, but I had a look at the prevayle api as well. If you are interested in building such a storage layer we can set up a plan together to integrate this as a storage for gdata server. I thought a while about the storage topic and c

flushRamSegments() is "over merging"?

2006-08-15 Thread Doron Cohen
Hi, I ran into this while reviewing the patch for 565. It appears that closing an index writer with non empty ram segments (at least 1 doc was added) is causing a merge with the last (most recent) on disk segment. This seems to me problematic in the case that an application has a lot of interlea