Re: [hibernate-dev] [infinispan-dev] Feedback on Infinispan patch

2009-09-23 Thread John Griffin
). ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev -- John Griffin Senior Software Engineer Overstock.com http://thediningphilosopher.blogspot.com/ Hibernate Search in Action (http://www.manning.com/bernard

[hibernate-dev] New parameter for @Boost

2009-05-02 Thread John Griffin
Would'nt it be better to leave this annotation as is and add a new one for this new requirement? How much would this complicate things? -- John Griffin Senior Software Engineer Overstock.com http://thediningphilosopher.blogspot.com/ Hibernate Search in Action (http://www.manning.com/bernard

[hibernate-dev] RE: scrollableresult OOM problem

2008-11-24 Thread John Griffin
I've dealt with this problem but only from an Oracle perspective. Using a FORWARD_ONLY ScrollMode only allows the rs.next() method call. Any other result set record movement method call results in an exception. This allows JDBC to fetch x amount of records (set by fetch size) and then get the next

RE: [hibernate-dev] RE: Hibernate Search Road Map

2008-11-16 Thread John Griffin
want to do a good job there. I hope I can stand up straight :). Maybe I'll sit. John G. -Original Message- From: Sanne Grinovero [mailto:[EMAIL PROTECTED] Sent: Sunday, November 16, 2008 9:55 AM To: John Griffin Cc: hibernate-dev@lists.jboss.org; Emmanuel Bernard Subject: Re: [hibernate-dev

[hibernate-dev] RE: Hibernate Search Road Map

2008-10-12 Thread John Griffin
HSEARCH-170 - @Boost I talked over this and 269 with Sanne and for this one I'll specify add @Boost to the field level and also allow boost=x.xF in @Field. If both are specified on the same field, and I think the odds of this happening are slim to none) I can either throw an

[hibernate-dev] Hibernate Search Spell Check

2008-09-30 Thread John Griffin
Guys, Here's where I'm at. In the SearchFactoryImpl in the initDocumentBuilders method once the document builders are created they contain an object that has the name of any dictionary that was specified in their respective class via the @AddToDictionary(name=.) anno. An entity can have

[hibernate-dev] Hibernate Search Spellchecker

2008-09-25 Thread John Griffin
Sorry it took me so long to get this out to the list but I was caught up in Sanne's remarks on my chapters in the book. Thanks Sanne :) Emmanuel and I haggled this out and here is a first pass. The annotation that specifies a field to add to a dictionary will be at field level for now.

[hibernate-dev] RE: Hibernate Search Spell Checker

2008-09-13 Thread John Griffin
since I have limited time for working on the source. Do you want me to put a Jira issue in on this? Did you get my full statement on section 7.3? John Griffin http://thediningphilosopher.blogspot.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

[hibernate-dev] RE: HSearch: Using sharding and avoiding query on multiple shards

2008-07-31 Thread John Griffin
Performance is ALWAYS an issue. But am I correct in assuming that the performance increase would be approximately inversely proportional to the number of shards queried? My point is that the amount of work required to implement this should be worth what we think the expected gain will be.

[hibernate-dev] Forcing an optimize call after a purgeAll

2008-07-13 Thread John Griffin
I would not force it, but I would allow it to happen probably by a config option. As you know optimize causes a rewrite of the Lucene document numbers and the user may not want to do that until THEY decide to do it. My 2 cents. John G. -Original Message- From: [EMAIL PROTECTED]

[hibernate-dev] RE: hibernate-dev Digest, Vol 24, Issue 19

2008-06-21 Thread John Griffin
Since the flush time now becomes accessible programmatically this is a better additional alternative to just the batch flush. +1 to not triggering a Hibernate core flush. +1 to the name. It says exactly what it does. John G. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[hibernate-dev] HSearch-133

2007-12-16 Thread John Griffin
Emmanuel, I have the index creation working. About searching though, the user will have to supply the similarity class. There is no way of knowing what similarity was use to build an index and Similarities must be kept the same between indexing and searching or results are undefined. The query

[hibernate-dev] RE:HSearch-133

2007-12-02 Thread John Griffin
] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than Re: Contents of hibernate-dev digest... Today's Topics: 1. HSearch-133 (John Griffin) 2. Re: HSearch-133 (Emmanuel Bernard

[hibernate-dev] HSearch-133

2007-12-01 Thread John Griffin
I'm starting work on 133. I believe the class that overrides DefaultSimilarity should be specified by a configuration item probably 'hibernate.search.default.Similarity' with the classname as the value. Since the same Similarity should be used in both building the index and querying, I believe it

[hibernate-dev] HSEARCH-114

2007-10-25 Thread John Griffin
For the ResultTransformer, do you just want the user to pass a class as the sole argument to indicate what they want as a result? Ex. setResultTransformer(Class clazz) where clazz is Map.class or Object.class John G. ___ hibernate-dev

[hibernate-dev] hsearch-81

2007-09-02 Thread John Griffin
Guys, I've been looking at a new @ClassBridge annotation and where it fits in DocumentBuilder. InitializeMembers grabs both the class's fields and methods and then proceeds to call InitializeMember on each of them. I propose that this class annotation (and any other that may appear in the

[hibernate-dev] hsearch-69 Purge

2007-08-15 Thread John Griffin
By default the WorkerFactory creates a TransactionalWorker. How can I set up the Configuration object in my tests so that the SearchFactory will return an instance of LuceneWorker? This is critical to the Purge implementation. Thx, John G. ___

[hibernate-dev] HSEARCH-69 Purge a class from index

2007-08-07 Thread John Griffin
Everyone, I'm starting on HSEARCH-69. Emmanuel, what were you saying last night about the way you wanted me to look at this? I can't log IM messages so I need the pointers again. I remember I'll have to look at the code because I was unfamiliar with the classes you mentioned but I don't

[hibernate-dev] HSEARCH-14 fetch_size

2007-07-28 Thread John Griffin
Everyone, Since there are no comments on this issue and I'm starting to work on it. I need some input on what, exactly we want to accomplish here. Is this going to be used as a pseudo-cache, scalability factor for large Hits, what? John G. ___

[hibernate-dev] RE: Dynamically changing mergeFactor and maxMergeDocs

2007-07-07 Thread John Griffin
difference if the same application did all operations and changed the values as needed. John Griffin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, July 05, 2007 1:39 AM To: hibernate-dev@lists.jboss.org Subject

[hibernate-dev] RE: Exposing legacy Lucene documents on searches.

2007-06-17 Thread John Griffin
to these methods in FullTextQueryImpl. John Griffin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 13, 2007 7:46 AM To: hibernate-dev@lists.jboss.org Subject: hibernate-dev Digest, Vol 12, Issue 55 Send hibernate

RE: [hibernate-dev] RE: Exposing legacy Lucene documents on searches.

2007-06-17 Thread John Griffin
to about 5:30 YOUR time. I'm on at home after that LATE. By the way could you please explain your 'projection' to me. I don't understand the concept. John Griffin -Original Message- From: Emmanuel Bernard [mailto:[EMAIL PROTECTED] Sent: Sunday, June 17, 2007 6:56 PM To: John Griffin

[hibernate-dev] hsearch-6 serializable Hits object

2007-06-07 Thread John Griffin
Do we want to convert the Lucene Hits object to a serializable format so it could be accessed remotely? I'm have developed this at work and have a 'SerializablelHits' object for this purpose. Is this overkill right now? Change later? Thoughts? John G.

[hibernate-dev] RE: hibernate-dev Digest, Vol 12, Issue 16

2007-06-04 Thread John Griffin
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, June 03, 2007 8:26 PM To: hibernate-dev@lists.jboss.org Subject: hibernate-dev Digest, Vol 12, Issue 16 Send hibernate-dev mailing list submissions to

[hibernate-dev] RE: hibernate-dev Digest, Vol 12, Issue 10

2007-06-02 Thread John Griffin
. This maximizes their potential. I also suggest that accurate and detailed documentation be included on these. As soon as I get out from under the load I have at work I'll try to hep. John Griffin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL

[hibernate-dev] SVN Keywords

2007-06-02 Thread John Griffin
is committed. John Griffin PS Sorry I haven't been able to help with any code but I am currently swamped with deadlines at work. I should be able to collaborate soon. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org