From 7478e610d99d1f2fb383ecbfa0b70d72eae27f81 Mon Sep 17 00:00:00 2001 From: server Date: Tue, 10 Dec 2019 18:12:37 -0500 Subject: solr changes --- .../example-DIH/solr/mail/conf/xslt/example.xsl | 132 ++++++++ .../solr/mail/conf/xslt/example_atom.xsl | 67 ++++ .../solr/mail/conf/xslt/example_rss.xsl | 66 ++++ .../example-DIH/solr/mail/conf/xslt/luke.xsl | 337 +++++++++++++++++++++ .../example-DIH/solr/mail/conf/xslt/updateXml.xsl | 70 +++++ 5 files changed, 672 insertions(+) create mode 100644 solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example.xsl create mode 100644 solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example_atom.xsl create mode 100644 solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example_rss.xsl create mode 100644 solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/luke.xsl create mode 100644 solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/updateXml.xsl (limited to 'solr-8.3.1/example/example-DIH/solr/mail/conf/xslt') diff --git a/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example.xsl b/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example.xsl new file mode 100644 index 000000000..b89927008 --- /dev/null +++ b/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example.xsl @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + <xsl:value-of select="$title"/> + + + +

+
+ This has been formatted by the sample "example.xsl" transform - + use your own XSLT to get a nicer page +
+ + + +
+ + + +
+ + + + +
+
+
+ + + + + + + + + + + + + + javascript:toggle("");? +
+ + exp + + + + + +
+ + +
+ + + + + + + +
    + +
  • +
    +
+ + +
+ + + + + + + + + + + + + + + + + + + + +
diff --git a/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example_atom.xsl b/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example_atom.xsl new file mode 100644 index 000000000..b6c23151d --- /dev/null +++ b/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example_atom.xsl @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + Example Solr Atom 1.0 Feed + + This has been formatted by the sample "example_atom.xsl" transform - + use your own XSLT to get a nicer Atom feed. + + + Apache Solr + solr-user@lucene.apache.org + + + + + + tag:localhost,2007:example + + + + + + + + + <xsl:value-of select="str[@name='name']"/> + + tag:localhost,2007: + + + + + + diff --git a/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example_rss.xsl b/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example_rss.xsl new file mode 100644 index 000000000..c8ab5bfb1 --- /dev/null +++ b/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/example_rss.xsl @@ -0,0 +1,66 @@ + + + + + + + + + + + + + Example Solr RSS 2.0 Feed + http://localhost:8983/solr + + This has been formatted by the sample "example_rss.xsl" transform - + use your own XSLT to get a nicer RSS feed. + + en-us + http://localhost:8983/solr + + + + + + + + + + + <xsl:value-of select="str[@name='name']"/> + + http://localhost:8983/solr/select?q=id: + + + + + + + http://localhost:8983/solr/select?q=id: + + + + diff --git a/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/luke.xsl b/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/luke.xsl new file mode 100644 index 000000000..05fb5bfee --- /dev/null +++ b/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/luke.xsl @@ -0,0 +1,337 @@ + + + + + + + + + Solr Luke Request Handler Response + + + + + + + + + <xsl:value-of select="$title"/> + + + + + +

+ +

+
+ +
+ +

Index Statistics

+ +
+ +

Field Statistics

+ + + +

Document statistics

+ + + + +
+ + + + + +
+ +
+ + +
+ +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+

+ +

+ +
+ +
+
+
+ + +
+ + 50 + 800 + 160 + blue + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ background-color: ; width: px; height: px; +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
  • + +
  • +
    +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + + + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + - + + + + + + + + + + + + + + + + + +
diff --git a/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/updateXml.xsl b/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/updateXml.xsl new file mode 100644 index 000000000..a96e1d024 --- /dev/null +++ b/solr-8.3.1/example/example-DIH/solr/mail/conf/xslt/updateXml.xsl @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-70-g09d2