On Tue, 11 Nov 2008 18:53:14 +0100, Emmanuel Bernard
<[EMAIL PROTECTED]> wrote:
maybe structural setting?
+1 Sounds good to me.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
Hi,
I just wonder if there is any reason, why the Oracle10gDialect uses the
characterTypeMapping of the Oracle9iDialect, and doesn't implement its own. As
far as I know is the usage of long-columns in Oracle10g "deprecated" and should
be replaced by clobs.
Shouldn't look the mapping something
A CLOB is an entirely different animal than a text/char/varchar column.
I'd be somewhat surprised to find out that my Types.VARCHAR got turned
into a LOB, personally - even if they are not recommended on Oracle. Of
course you can extend the Dialect in any way you see fit, or just map
your pro
what to you mean by structural setting?
I think we should always apply the same values for both transaction
and batch (shouldn't be possible to have them configured differently).
we had a chat about this, and as far as I remember the idea was to log
a warning for the moment.
If you explain me wh
actually "term_index_interval" should have not harm if configured differently,
and can be useful to tune the batch indexing speed in a different way.
The other 2 should be invariant.
2008/11/12 Sanne Grinovero <[EMAIL PROTECTED]>:
> what to you mean by structural setting?
>
> I think we should al
So where would we put these?
under hibernate.search.[index name]. straight?
eg
hibernate.search.[index name].use_compound_file
On Nov 11, 2008, at 11:17, Hardy Ferentschik wrote:
On Tue, 11 Nov 2008 16:07:06 +0100, Emmanuel Bernard <[EMAIL PROTECTED]
> wrote:
It seems that a few parameter
Actually I sat down and read more about compound file format.
Basically, instead of creating several files representing a single
segment, the compound format creates a single file for the whole
segment.
And you can have a mix of compound and non compound segments for a
given index. So you ca
Plus it seems the default value is compound = true, just like in
Lucene. This is not what we are saying in the doc.
Am I completely off-base?
On Nov 12, 2008, at 17:59, Emmanuel Bernard wrote:
Actually I sat down and read more about compound file format.
Basically, instead of creating sever