[hibernate-commits] Hibernate SVN: r19156 - in search/trunk/hibernate-search/src: main/java/org/hibernate/search/sandbox and 2 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Apr 2 06:06:25 EDT 2010


Author: epbernard
Date: 2010-04-02 06:06:25 -0400 (Fri, 02 Apr 2010)
New Revision: 19156

Added:
   search/trunk/hibernate-search/src/main/java/org/hibernate/search/query/dsl/package-info.java
   search/trunk/hibernate-search/src/main/java/org/hibernate/search/sandbox/package-info.java
   search/trunk/hibernate-search/src/main/java/org/hibernate/search/sandbox/standalone/package-info.java
Modified:
   search/trunk/hibernate-search/src/test/resources/log4j.properties
Log:
Add various package level docs for experimental APIs

Added: search/trunk/hibernate-search/src/main/java/org/hibernate/search/query/dsl/package-info.java
===================================================================
--- search/trunk/hibernate-search/src/main/java/org/hibernate/search/query/dsl/package-info.java	                        (rev 0)
+++ search/trunk/hibernate-search/src/main/java/org/hibernate/search/query/dsl/package-info.java	2010-04-02 10:06:25 UTC (rev 19156)
@@ -0,0 +1,30 @@
+/* $Id: FullTextQuery.java 19002 2010-03-16 01:28:07Z hardy.ferentschik $
+ *
+ * Hibernate, Relational Persistence for Idiomatic Java
+ *
+ * Copyright (c) 2010, Red Hat, Inc. and/or its affiliates or third-party contributors as
+ * indicated by the @author tags or express copyright attribution
+ * statements applied by the authors.  All third-party contributions are
+ * distributed under license by Red Hat, Inc.
+ *
+ * This copyrighted material is made available to anyone wishing to use, modify,
+ * copy, or redistribute it subject to the terms and conditions of the GNU
+ * Lesser General Public License, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+ * for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this distribution; if not, write to:
+ * Free Software Foundation, Inc.
+ * 51 Franklin Street, Fifth Floor
+ * Boston, MA  02110-1301  USA
+ */
+/**
+ * This package contains various experimentations. Do not use.
+ *
+ * Provide a domain specific language to write Lucene queries.
+ */
+package org.hibernate.search.query.dsl;
\ No newline at end of file

Added: search/trunk/hibernate-search/src/main/java/org/hibernate/search/sandbox/package-info.java
===================================================================
--- search/trunk/hibernate-search/src/main/java/org/hibernate/search/sandbox/package-info.java	                        (rev 0)
+++ search/trunk/hibernate-search/src/main/java/org/hibernate/search/sandbox/package-info.java	2010-04-02 10:06:25 UTC (rev 19156)
@@ -0,0 +1,28 @@
+/* $Id: FullTextQuery.java 19002 2010-03-16 01:28:07Z hardy.ferentschik $
+ *
+ * Hibernate, Relational Persistence for Idiomatic Java
+ *
+ * Copyright (c) 2010, Red Hat, Inc. and/or its affiliates or third-party contributors as
+ * indicated by the @author tags or express copyright attribution
+ * statements applied by the authors.  All third-party contributions are
+ * distributed under license by Red Hat, Inc.
+ *
+ * This copyrighted material is made available to anyone wishing to use, modify,
+ * copy, or redistribute it subject to the terms and conditions of the GNU
+ * Lesser General Public License, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+ * for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this distribution; if not, write to:
+ * Free Software Foundation, Inc.
+ * 51 Franklin Street, Fifth Floor
+ * Boston, MA  02110-1301  USA
+ */
+/**
+ * This package contains various experimentations. Do not use.
+ */
+package org.hibernate.search.sandbox;
\ No newline at end of file

Added: search/trunk/hibernate-search/src/main/java/org/hibernate/search/sandbox/standalone/package-info.java
===================================================================
--- search/trunk/hibernate-search/src/main/java/org/hibernate/search/sandbox/standalone/package-info.java	                        (rev 0)
+++ search/trunk/hibernate-search/src/main/java/org/hibernate/search/sandbox/standalone/package-info.java	2010-04-02 10:06:25 UTC (rev 19156)
@@ -0,0 +1,31 @@
+/* $Id: FullTextQuery.java 19002 2010-03-16 01:28:07Z hardy.ferentschik $
+ *
+ * Hibernate, Relational Persistence for Idiomatic Java
+ *
+ * Copyright (c) 2010, Red Hat, Inc. and/or its affiliates or third-party contributors as
+ * indicated by the @author tags or express copyright attribution
+ * statements applied by the authors.  All third-party contributions are
+ * distributed under license by Red Hat, Inc.
+ *
+ * This copyrighted material is made available to anyone wishing to use, modify,
+ * copy, or redistribute it subject to the terms and conditions of the GNU
+ * Lesser General Public License, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License
+ * for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this distribution; if not, write to:
+ * Free Software Foundation, Inc.
+ * 51 Franklin Street, Fifth Floor
+ * Boston, MA  02110-1301  USA
+ */
+/**
+ * This package contains various experimentations. Do not use.
+ * \
+ * Temptative to externalize the query functions from Hibernate Core specifics.
+ * This will open the doors to easier back end alternatives, including search-wise.
+ */
+package org.hibernate.search.sandbox.standaloone;
\ No newline at end of file

Modified: search/trunk/hibernate-search/src/test/resources/log4j.properties
===================================================================
--- search/trunk/hibernate-search/src/test/resources/log4j.properties	2010-04-02 09:53:24 UTC (rev 19155)
+++ search/trunk/hibernate-search/src/test/resources/log4j.properties	2010-04-02 10:06:25 UTC (rev 19156)
@@ -16,6 +16,8 @@
 log4j.appender.socket.port=4560
 log4j.appender.socket.locationInfo=true
 
+log4j.logger.org.hibernate.search.backend=debug
+
 ### set log levels - for more verbose logging change 'info' to 'debug' ###
 
 log4j.rootLogger=warn, stdout



More information about the hibernate-commits mailing list