Author: ryan
Date: Tue Jan 12 03:45:21 2010
New Revision: 898173
URL: http://svn.apache.org/viewvc?rev=898173&view=rev
Log:
SOLR-1602 -- adding deprecated classes
Added:
lucene/solr/trunk/src/java/org/apache/solr/request/BinaryQueryResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/BinaryResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/JSONResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/PHPResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/PHPSerializedResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/PythonResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/RawResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/RubyResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java
lucene/solr/trunk/src/java/org/apache/solr/request/TextResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/XMLResponseWriter.java
lucene/solr/trunk/src/java/org/apache/solr/request/XSLTResponseWriter.java
Added:
lucene/solr/trunk/src/java/org/apache/solr/request/BinaryQueryResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/BinaryQueryResponseWriter.java?rev=898173&view=auto
==============================================================================
---
lucene/solr/trunk/src/java/org/apache/solr/request/BinaryQueryResponseWriter.java
(added)
+++
lucene/solr/trunk/src/java/org/apache/solr/request/BinaryQueryResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+package org.apache.solr.request;
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+/**
+ * @deprecated use org.apache.solr.response.BinaryQueryResponseWriter
+ */
+public interface BinaryQueryResponseWriter extends
org.apache.solr.response.BinaryQueryResponseWriter
+{
+
+}
Added:
lucene/solr/trunk/src/java/org/apache/solr/request/BinaryResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/BinaryResponseWriter.java?rev=898173&view=auto
==============================================================================
---
lucene/solr/trunk/src/java/org/apache/solr/request/BinaryResponseWriter.java
(added)
+++
lucene/solr/trunk/src/java/org/apache/solr/request/BinaryResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.BinaryResponseWriter
+ */
+public class BinaryResponseWriter extends
org.apache.solr.response.BinaryResponseWriter
+{
+
+}
Added:
lucene/solr/trunk/src/java/org/apache/solr/request/JSONResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/JSONResponseWriter.java?rev=898173&view=auto
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/JSONResponseWriter.java
(added)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/JSONResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.JSONResponseWriter
+ */
+public class JSONResponseWriter extends
org.apache.solr.response.JSONResponseWriter
+{
+
+}
Added: lucene/solr/trunk/src/java/org/apache/solr/request/PHPResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/PHPResponseWriter.java?rev=898173&view=auto
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/PHPResponseWriter.java
(added)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/PHPResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.PHPResponseWriter
+ */
+public class PHPResponseWriter extends
org.apache.solr.response.PHPResponseWriter
+{
+
+}
Added:
lucene/solr/trunk/src/java/org/apache/solr/request/PHPSerializedResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/PHPSerializedResponseWriter.java?rev=898173&view=auto
==============================================================================
---
lucene/solr/trunk/src/java/org/apache/solr/request/PHPSerializedResponseWriter.java
(added)
+++
lucene/solr/trunk/src/java/org/apache/solr/request/PHPSerializedResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.PHPSerializedResponseWriter
+ */
+public class PHPSerializedResponseWriter extends
org.apache.solr.response.PHPSerializedResponseWriter
+{
+
+}
Added:
lucene/solr/trunk/src/java/org/apache/solr/request/PythonResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/PythonResponseWriter.java?rev=898173&view=auto
==============================================================================
---
lucene/solr/trunk/src/java/org/apache/solr/request/PythonResponseWriter.java
(added)
+++
lucene/solr/trunk/src/java/org/apache/solr/request/PythonResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.PythonResponseWriter
+ */
+public class PythonResponseWriter extends
org.apache.solr.response.PythonResponseWriter
+{
+
+}
Added:
lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java?rev=898173&view=auto
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java
(added)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.QueryResponseWriter
+ */
+public interface QueryResponseWriter extends
org.apache.solr.response.QueryResponseWriter
+{
+
+}
Added: lucene/solr/trunk/src/java/org/apache/solr/request/RawResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/RawResponseWriter.java?rev=898173&view=auto
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/RawResponseWriter.java
(added)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/RawResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.RawResponseWriter
+ */
+public class RawResponseWriter extends
org.apache.solr.response.RawResponseWriter
+{
+
+}
Added:
lucene/solr/trunk/src/java/org/apache/solr/request/RubyResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/RubyResponseWriter.java?rev=898173&view=auto
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/RubyResponseWriter.java
(added)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/RubyResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.RubyResponseWriter
+ */
+public class RubyResponseWriter extends
org.apache.solr.response.RubyResponseWriter
+{
+
+}
Added: lucene/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java?rev=898173&view=auto
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java
(added)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.SolrQueryResponse
+ */
+public class SolrQueryResponse extends
org.apache.solr.response.SolrQueryResponse
+{
+
+}
Added:
lucene/solr/trunk/src/java/org/apache/solr/request/TextResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/TextResponseWriter.java?rev=898173&view=auto
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/TextResponseWriter.java
(added)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/TextResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,32 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+import java.io.Writer;
+
+import org.apache.solr.response.SolrQueryResponse;
+
+
+/**
+ * @deprecated use org.apache.solr.response.TextResponseWriter
+ */
+public abstract class TextResponseWriter extends
org.apache.solr.response.TextResponseWriter
+{
+ public TextResponseWriter(Writer writer, SolrQueryRequest req,
SolrQueryResponse rsp) {
+ super(writer, req, rsp);
+ }
+}
Added: lucene/solr/trunk/src/java/org/apache/solr/request/XMLResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/XMLResponseWriter.java?rev=898173&view=auto
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/XMLResponseWriter.java
(added)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/XMLResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.XMLResponseWriter
+ */
+public class XMLResponseWriter extends
org.apache.solr.response.XMLResponseWriter
+{
+
+}
Added:
lucene/solr/trunk/src/java/org/apache/solr/request/XSLTResponseWriter.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/request/XSLTResponseWriter.java?rev=898173&view=auto
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/request/XSLTResponseWriter.java
(added)
+++ lucene/solr/trunk/src/java/org/apache/solr/request/XSLTResponseWriter.java
Tue Jan 12 03:45:21 2010
@@ -0,0 +1,26 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.solr.request;
+
+
+/**
+ * @deprecated use org.apache.solr.response.XSLTResponseWriter
+ */
+public class XSLTResponseWriter extends
org.apache.solr.response.XSLTResponseWriter
+{
+
+}