Re: difference between apache tomcat vs Jetty

2013-10-25 Thread Cassandra Targett
In terms of adding or fixing documentation, the Installing Solr page (https://cwiki.apache.org/confluence/display/solr/Installing+Solr) includes a yellow box that says: Solr ships with a working Jetty server, with optimized settings for Solr, inside the example directory. It is recommended that

Re: [ANNOUNCE] Apache Solr Reference Guide 4.5 Available

2013-11-19 Thread Cassandra Targett
I've often thought of possibly providing the reference guide in .epub format, but wasn't sure of general interest. I also once tried to convert the PDF version with calibre and it was a total mess. - but PDF is probably the least-flexible starting point for conversion. Unfortunately, the Word

ANNOUNCE: Apache Solr Reference Guide for 4.7

2014-03-04 Thread Cassandra Targett
The Lucene PMC is pleased to announce that we have a new version of the Solr Reference Guide available for Solr 4.7. The 395 page PDF serves as the definitive user's manual for Solr 4.7. It can be downloaded from the Apache mirror network:

Re: ANNOUNCE: Apache Solr Reference Guide for 4.7

2014-03-05 Thread Cassandra Targett
at once. Lately, it doesn't seem to be working. (Anonymous - via GTD book) On Wed, Mar 5, 2014 at 1:39 AM, Cassandra Targett ctarg...@apache.org wrote: The Lucene PMC is pleased to announce that we have a new version of the Solr Reference Guide available for Solr 4.7. The 395 page PDF

ANNOUNCE: Apache Solr Reference Guide for Solr 4.9 available

2014-06-30 Thread Cassandra Targett
The Lucene PMC is pleased to announce the availability of the Apache Solr Reference Guide for Solr 4.9. The 408 page PDF is the definitive user manual for Solr 4.9. The Solr Reference Guide can be downloaded from the Apache mirror network:

ANNOUNCE: Apache Solr Reference Guide for Solr 5.3 released

2015-08-25 Thread Cassandra Targett
The Lucene PMC is pleased to announce the release of the Solr Reference Guide for Solr 5.3. This 577 page PDF is the definitive guide for using Apache Solr and can be downloaded from: https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/ If you have

Re: ctargett commented on http://people.apache.org/~ctargett/RefGuidePOC/current/Index-Replication.html

2015-09-21 Thread Cassandra Targett
Hey folks, I'm doing some experiments with other formats for the Ref Guide and playing around with options for comments. I didn't realize this old experiment from https://issues.apache.org/jira/browse/SOLR-4889 would send email - I'm talking to Steve Rowe to see if we can get that disabled.

[ANNOUNCE] Apache Solr Ref Guide for v5.4

2015-12-15 Thread Cassandra Targett
The Lucene PMC is pleased to announce the release of the Apache Solr Reference Guide for Solr 5.4. This 598 page PDF is the definitive guide for Solr, written and edited by the Solr committer community. You can download it from: https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/ -

ANNOUNCE: Solr Reference Guide for 6.1 Released

2016-06-28 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for 6.1 has been released. The 700 page PDF is the definitive guide to Solr. It can be downloaded from: https://www.apache.org/dyn/closer.cgi/lucene/solr/ref-guide/apache-solr-ref-guide-6.1.pdf

Re: Solrcloud Batch Indexing

2016-03-08 Thread Cassandra Targett
There is an open source Hive -> Solr SerDe available that might be worth checking out: https://github.com/lucidworks/hive-solr. I'm not sure how it would work with the source table being rebuilt every day since it uses Hive's external tables, but it might be something you could extend. On Mon,

Solr Reference Guide for 6.0 Released

2016-04-25 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Apache Solr Reference Guide for 6.0 has been released. The Guide has been updated extensively for 6.0, with new sections for Parallel SQL and Cross Data Center Replication. This 660 page PDF is the definitive guide to Solr and can be downloaded from:

Re: How to create highlight search component using Config API

2016-07-08 Thread Cassandra Targett
If you already have highlighting defined from one of the default configsets, you can see an example of how the JSON is structured with a Config API request. I assume you already tried that, but pointing it out just in case. Defining a highlighter with the Config API is a bit confusing to be

Apache Solr Reference Guide for Solr 6.4 released

2017-02-17 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for Solr 6.4 has been released. This 763-page PDF is the definitive guide to using Apache Solr, the search server built on Apache Lucene. The Guide can be downloaded from:

Solr Reference Guide for Solr 6.2 released

2016-09-13 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for Solr 6.2 has been released. This 717-page PDF is the definitive guide to using Apache Solr, the blazing fast search server built on Apache Lucene. It can be downloaded from:

Re: ClassicIndexSchemaFactory with Solr 6.3

2016-11-28 Thread Cassandra Targett
I'm not seeing how the documentation is wrong here. It says: "When a is not explicitly declared in a solrconfig.xml file, Solr implicitly uses a ManagedIndexSchemaFactory" IOW, managed schema is the default, and you may not find a schemaFactory definition in your file. When a schemaFactory

Apache Solr Reference Guide for 6.3 released

2016-11-16 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for Solr 6.3 has been released. This 736-page PDF is the definitive guide to using Apache Solr, the blazing fast search server built on Apache Lucene. The Guide can be downloaded from:

[ANNOUNCE] Apache Solr Reference Guide for Solr 6.5 released

2017-04-05 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for Solr 6.5 has been released. This 782-page PDF is the definitive guide to using Apache Solr, the search server built on Apache Lucene. The Guide can be downloaded from:

Re: uploading solr.xml to zk

2017-07-10 Thread Cassandra Targett
In your command, you are missing the "zk" part of the command. Try: bin/solr zk cp file:local/file/path/to/solr.xml zk:/solr.xml -z localhost:2181 I see this is wrong in the documentation, I will fix it for the next release of the Ref Guide. I'm not sure about how to refer to it - I don't think

Re: in-places update solr 5.5.2

2017-07-26 Thread Cassandra Targett
The in-place update section you referenced was added in Solr 6.5. On p. 224 of the PDF for 5.5, note it says there are only two available approaches and the section on in-place updates you see online isn't mentioned. I looked into the history of the online page and the section on in-place updates

Re: Problem in documentation -- authentication JSON fails validation

2017-06-26 Thread Cassandra Targett
I have a commit locally that I will push shortly that fixes the JSON on that page for 7.0 (and 6.7 if/when it happens). I ran all the JSON examples through a linter and found a few additional problems that should be fixed now. On Sat, Jun 24, 2017 at 1:13 PM, Chris Ulicny

[ANNOUNCE] Apache Solr Reference Guide for 6.6 Released

2017-06-20 Thread Cassandra Targett
The Lucene PMC is pleased to announce the release of the Solr Reference Guide for Solr 6.6. This 966-page PDF is the definitive guide to using Apache Solr, the search server built on Apache Lucene. The Guide can be downloaded from:

Re: [ANNOUNCE] Apache Solr Reference Guide for 6.6 Released

2017-06-20 Thread Cassandra Targett
the entire community. If you have further suggestions for us, please feel free to file a JIRA issue. Cassandra [1] I described more details of many of the changes in a blog post about 6 weeks ago: https://lucidworks.com/2017/05/05/reimagining-the-solr-reference-guide/. On Tue, Jun 20, 2017 at 10:56 A

Re: [Solr Ref guide 6.6] Search not working

2017-06-23 Thread Cassandra Targett
There is an open JIRA issue to provide this search: https://issues.apache.org/jira/browse/SOLR-10299. Yes, it's pretty ironic that docs for a search engine doesn't have a search engine, and I agree it's absolutely necessary, but it's not done yet. The title keyword "search" (I hate to even call

Re: Question regarding Upgrading to SolrCloud

2017-10-05 Thread Cassandra Targett
The 7.0 Ref Guide was released Monday. An overview of the new replica types is available online here: https://lucene.apache.org/solr/guide/7_0/shards-and-indexing-data-in-solrcloud.html#types-of-replicas. The replica type is specified when you either create the collection or add a replica. On

Re: cwiki has problems ?

2017-08-30 Thread Cassandra Targett
The thing everyone should be aware of is that those strings you see aren't just strange styles, they are actually lost code blocks - many of the code examples throughout the old Ref Guide are now missing (some, for some reason, aren't affected). IOW, if you use the old Ref Guide, you will be

Re: Solr 7.0.0 -- can it use a 6.5.0 data repository (index)

2017-09-27 Thread Cassandra Targett
Regarding not finding the issue, JIRA has a problem with queries when the user is not logged in (see also https://jira.atlassian.com/browse/JRASERVER-38511 if you're interested in the details). There's unfortunately not much we can do about it besides manually edit issues to remove a security

ANNOUNCE: Apache Solr Reference Guide for 7.0 released

2017-10-02 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for 7.0 is now available. This 1,035-page PDF is the definitive guide to using Apache Solr, the search server built on Apache Lucene. The Guide can be downloaded from:

Re: Official PDF Reference Guide for Solr 7.0

2017-09-29 Thread Cassandra Targett
The vote is going on now, and only needs one more +1 to pass (it's been on long enough). If I get that today, I can start the release tonight or this weekend and you should see the announcement Monday/Tuesday next week. Cassandra On Fri, Sep 29, 2017 at 2:42 AM, Basso Luca

Re: Solr Wiki issues

2017-08-28 Thread Cassandra Targett
This appears to have happened for at least one other Apache project using Apache's Confluence installation: https://issues.apache.org/jira/browse/INFRA-14971. You should use the new Ref Guide anyway: https://lucene.apache.org/solr/guide/post-tool.html. An automatic redirect from the old location

Re: Several critical vulnerabilities discovered in Apache Solr (XXE & RCE)

2017-10-12 Thread Cassandra Targett
Michael, On behalf of the Lucene PMC, thank you for reporting these issues. Please be assured we are actively looking into them and are working to provide resolutions as soon as possible. Somehow no one in the Lucene/Solr community saw your earlier mail so we have an unfortunate delay in reacting

Re: zero-day exploit security issue

2017-10-18 Thread Cassandra Targett
The JIRA issues are now publicly viewable: https://issues.apache.org/jira/browse/SOLR-11482 https://issues.apache.org/jira/browse/SOLR-11477 On Wed, Oct 18, 2017 at 4:49 AM, Ishan Chattopadhyaya wrote: > There will be a 5.5.5 release soon. 6.6.2 has just been

Re: solrcloud in production - Jetty vs tomcat

2017-12-13 Thread Cassandra Targett
That is an old recommendation. Since Solr 5, Solr is no longer a war and Tomcat is not supported. With modern Solr, you have only the one choice of going to production with Jetty and there are hundreds (thousands maybe?) of Solr implementations that do so. Jetty is now considered an

Re: Solr / HDPSearch related

2017-11-10 Thread Cassandra Targett
Some of these questions should be directed to Hortonworks, but I'm glad you posted them here because I noticed you asked similar questions on the IRC channel but left before I could jump in and help. Full disclosure, I work for Lucidworks and one of my jobs is managing the development team that

Re: Admin Console Question

2017-11-14 Thread Cassandra Targett
I just started 7.1 and see the Args section populated and I don't recall any issue that intended to modify the prior behavior. Can you describe how you're starting? On Tue, Nov 14, 2017 at 9:33 AM, Webster Homer wrote: > We're in the process of upgrading to Solr 7.1. I

Re: [WARNING: DropBox links may be malicious.] Re: Admin Console Question

2017-11-15 Thread Cassandra Targett
So, from looking at those errors + a bit of Googling, it's complaining that there are duplicate values in the Args list: - Repeater: arg in commandLineArgs, Duplicate key: string:-XX:+UseGCLogFileRotation, Duplicate value: -XX:+UseGCLogFileRotation - Repeater: arg in commandLineArgs, Duplicate

Re: Issues with Graphite reporter config

2017-11-07 Thread Cassandra Targett
I believe this is https://issues.apache.org/jira/browse/SOLR-11413, which has a fix already slated for Solr 7.2. On Tue, Nov 7, 2017 at 10:44 AM, sudershan madhavan wrote: > Hi, > I am running Solrcloud version: 6.6.1 > I have been trying to use graphite to report

ANNOUNCE: Solr Reference Guide for Solr 7.1 released

2017-11-02 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for 7.1 is now available. This 1,077-page PDF is the definitive guide to using Apache Solr, the search server built on Lucene. The PDF Guide can be downloaded from:

Re: indexing XML stored on HDFS

2017-12-08 Thread Cassandra Targett
Matthew, The hadoop-solr project you mention would give you the ability to index files in HDFS. It's a Job Jar, so you submit it to Hadoop with the params you need and it processes the files and sends them to Solr. It might not be the fastest thing in the world since it uses MapReduce but we (I

Re: BlendedInfixSuggester wiki errata corrige

2018-06-06 Thread Cassandra Targett
Solr's documentation is now integrated with Lucene/Solr source code, so can be edited by anyone who is willing or able to submit a patch for it. In your case, you could integrate these edits with the code changes you're making for the JIRA issues you reference and include them with the patches

Re: HDP Search - Configuration & Data Directories

2018-06-07 Thread Cassandra Targett
The documentation for HDP Search is online (and included in the package actually). This page has the descriptions for the Ambari parameters: https://doc.lucidworks.com/lucidworks-hdpsearch/3.0.0/Guide-Install-Ambari.html . HDP Search is a package developed by Lucidworks but distributed by

Re: Solr start script

2018-06-07 Thread Cassandra Targett
The reason why you pass the DirectoryFactory at startup is so every collection/core that's created is automatically stored in HDFS before solrconfig.xml is read to know that's where they should be stored. If you prefer to only store certain collections/cores in HDFS, you would only set those

Re: Index protected zip

2018-05-29 Thread Cassandra Targett
Couldn't the same information on that page be put into the Solr Ref Guide? I mean, if that's what we recommend, it should be documented officially that it's what we recommend. I mean, is anyone surprised people keep stumbling over this? Shawn's wiki page doesn't point to the Ref Guide (instead

Re: Index protected zip

2018-05-29 Thread Cassandra Targett
; ;) > > On Tue, May 29, 2018 at 10:59 AM, Cassandra Targett > wrote: > > Couldn't the same information on that page be put into the Solr Ref > Guide? > > > > I mean, if that's what we recommend, it should be documented officially > > that it's what we recommen

Re: Index protected zip

2018-05-29 Thread Cassandra Targett
ppy to contribute to this message in any way I can. Let me know how > I can help. > > On Tue, May 29, 2018 at 2:31 PM Cassandra Targett > wrote: > > > It's not as simple as a banner. Information was added to the wiki that > does > > not exist in the Ref Guide. > >

Re: solr 7.0.1: exception running post to crawl simple website

2017-10-27 Thread Cassandra Targett
Toby, Your mention of "-recursive" causing a problem reminded me of a simple crawl (of the 7.0 Ref Guide) using bin/post I was trying to get to work the other day and couldn't. The order of the parameters seems to make a difference with what error you get (this is using 7.1): 1. "./bin/post -c

ANNOUNCE: Apache Solr Reference Guide for 7.2 released

2017-12-23 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for Solr 7.2 is now available. This 1,157-page PDF is the definitive guide to using Apache Solr, the search server built on Lucene. The PDF can be downloaded from:

Re: What is creating certain fields?

2018-03-07 Thread Cassandra Targett
I'll guess you're using Solr 7.x and those fields in your schema were created automatically? As of Solr 7.0, the schemaless mode field guessing added a copyField rule for any field that's guessed to be text to copy the first 256 characters to a multivalued string field. The way it works is a

Re: Gentle reminder RE: Object not fetched because its identifier appears to be already in processing

2018-02-27 Thread Cassandra Targett
There is not enough information here for anyone to answer. You mention a "below message", but there is no message that we can see. If it was in an attachment to the mail, it got stripped by the mail server. If you want a response, please provide in the body of the mail details such as: the error

Re: FW: Question about Overseer calling SPLITSHARD collection API command during autoscaling

2018-03-15 Thread Cassandra Targett
Hi Matthew - It's cool to hear you're using the new autoscaling features. To answer your first question, SPLITSHARD as an action for autoscaling is not yet supported. As for when it might be, it's the next big gap to fill in the autoscaling functionality, but there is some work to do first to

[ANNOUNCE] Solr Reference Guide for Solr 7.3 released

2018-04-05 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for Solr 7.3 is now available. This 1,295 page PDF is the definitive guide to using Apache Solr, the search server built on Apache Lucene. The PDF Guide can be downloaded from:

[ANNOUNCE] Solr Reference Guide for 7.4 released

2018-06-28 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for Solr 7.4 is now available. This 1,258 page PDF is the definitive guide to using Apache Solr, the search server built on Apache Lucene. The PDF Guide can be downloaded from:

Re: Solr Stale pages

2018-08-30 Thread Cassandra Targett
As Jan pointed out, unless your client sends Solr some instructions for what to do with those documents specifically, Solr doesn't do anything. In your example, Nutch crawls 30 documents at first, and 30 documents are sent to Solr and added to the index. On next crawl, it finds 27 documents, and

[ANNOUNCE] Solr Reference Guide for 7.5 released

2018-09-24 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for Solr 7.5 is now available. This 1,389 page PDF is the definitive guide to Apache Solr, the search server built on Apache Lucene. The PDF can be downloaded from:

ANNOUNCE: Solr Reference Guide for 7.6 released

2018-12-20 Thread Cassandra Targett
The Lucene PMC is pleased to announced that the Solr Reference Guide for 7.6 is now available. This 1,415 page PDF is the definitive guide to Apache Solr, the search server built on Apache Lucene. The PDF can be downloaded from:

Re: Documentation on SolrJ

2018-11-30 Thread Cassandra Targett
Support for the JSON Facet API in SolrJ was very recently committed via https://issues.apache.org/jira/browse/SOLR-12965 . This missed the cut-off for 7.6 but will be included in 7.7 (if there is one) and/or 8.0. You may be able to use the

Re: Error when loading configset

2018-12-04 Thread Cassandra Targett
It’s also documented in the Solr Ref Guide: https://lucene.apache.org/solr/guide/7_5/setting-up-an-external-zookeeper-ensemble.html#increasing-the-file-size-limit Even if

Re: Documentation for Apache Solr 8.0.0?

2019-04-03 Thread Cassandra Targett
The *DRAFT* 8.0 Guide is also available from Jenkins: https://builds.apache.org/view/L/view/Lucene/job/Solr-reference-guide-8.0/javadoc/ Cassandra On Apr 2, 2019, 3:23 AM -0500, Jan Høydahl , wrote: > There is also a *DRAFT* HTML version of the to-be 8.1 guide built by Jenkins, > see >

[ANNOUNCE] Apache Solr Reference Guide for 8.1 released

2019-06-18 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for Solr 8.1 is now available. This 1,483 page PDF is the definitive guide to Apache Solr, the search server built on Apache Lucene. The PDF can be downloaded from:

[ANNOUNCE] Apache Solr Reference Guide for 8.0 released

2019-06-10 Thread Cassandra Targett
The Lucene PMC is pleased to announce that the Solr Reference Guide for 8.0 is available. This 1,452 page PDF is the definitive guide to Apache Solr, the search server built on Apache Lucene. The PDF can be downloaded from:

Re: ant precommit fails on .adoc files

2019-10-30 Thread Cassandra Targett
On Oct 29, 2019, 10:44 AM -0500, Shawn Heisey , wrote: > > I tried once to build a Solr package on Windows. It didn't work, > requiring tools that are not normally found on Windows. What I found > for this thread seems to indicate that the source validation for the ref > guide does not work

Re: [ANNOUNCE] Apache Solr 8.3.0 released

2019-11-05 Thread Cassandra Targett
We’re still working out the changes to the publication process, and got a couple wires crossed that prevented the Ref Guide from being published at the same time for this release. I’ve published the final version now: http://lucene.apache.org/solr/guide/8_3/. Apologies for the confusion, by

Solr Ref Guide Changes - now HTML only

2019-10-28 Thread Cassandra Targett
Hi all - Some have already noticed this change, but to state it formally, as of 8.2, the Lucene PMC will no longer treat the PDF version of the Solr Reference Guide as the primary format, and we will no longer release a PDF version. The Guide will now be available online only. Some of you may

PMC update on Solr vulnerabilities: CVEs 2019-12409 and 2019-17558

2019-11-29 Thread Cassandra Targett
Some of you may have seen an article earlier this week by ZDNet describing two vulnerabilities in Apache Solr that have also been published elsewhere. The Lucene PMC would like to update our user community about what we have done and are doing to address the two issues. The first issue noted,

Re: Solr Ref Guide Redesign coming in 8.6

2020-04-28 Thread Cassandra Targett
In case the list breaks the URL to view the Jenkins build, here's a shorter URL: https://s.apache.org/df7ew. On Tue, Apr 28, 2020 at 3:12 PM Cassandra Targett wrote: > The PMC would like to engage the Solr user community for feedback on an > extensive redesign of the Solr Reference Guid

Solr Ref Guide Redesign coming in 8.6

2020-04-28 Thread Cassandra Targett
The PMC would like to engage the Solr user community for feedback on an extensive redesign of the Solr Reference Guide I've just committed to the master (future 9.0) branch. You can see the new design from our Jenkins build of master:

Re: Is Banana deprecated?

2020-04-21 Thread Cassandra Targett
Banana is a fork of a very old Kibana version (Kibana 3.x) developed by Lucidworks. It’s technically out of scope for this list, as the Solr community has nothing to do with maintaining it. (Full disclosure, I work at Lucidworks. However, I’m on a different team and have no idea about Banana’s

Re: Solr Ref Guide Redesign coming in 8.6

2020-04-29 Thread Cassandra Targett
s in Ref Guide of a search engine. > > :-( > > > > > > Am 29.04.20 um 02:11 schrieb matthew sporleder: > > > I highly recommend a version selector in the header! I am *always* > > > landing on 6.x docs from google. > > > > > > On Tue, Apr 28, 20

Re: Solr Ref Guide Redesign coming in 8.6

2020-04-29 Thread Cassandra Targett
> This design still has a minor annoyance that I have noted in the past: > in the table of contents pane it is easy to open a subtree, but the > only way to close it is to open another one. Obviously not a big > deal. Thanks for pointing that out, it helped me find a big problem which was that I

Re: Analytics for Solr logs

2020-10-14 Thread Cassandra Targett
While the tool is only included in 8.5 and higher, it will index logs from any version of Solr 7.x or 8.x (and possibly even 6.x). So if you want to use it, you could download Solr 8.5 or higher to your local machine and index your 8.4.1 logs there, or use an 8.5 or higher Docker image. You

Re: Vulnerabilities in SOLR 8.6.2

2020-09-29 Thread Cassandra Targett
Solr follows the ASF policy for reporting vulnerabilities, described in this page on our website: https://lucene.apache.org/solr/security.html. This page also lists known vulnerabilities that have been addressed, with their mitigation steps. Scanning tools are commonly full of false positives

Re: Solr Deletes

2020-05-29 Thread Cassandra Targett
I’m coming in a little late, but as of 8.5 there is a new streaming expression designed for DBQ situations which basically does what Erick was suggesting - gets a list of IDs for a query then does a delete by ID:  https://lucene.apache.org/solr/guide/8_5/stream-decorator-reference.html#delete.

Re: Is the lucene.apache.org link dead?

2021-02-01 Thread Cassandra Targett
There were some issues while publishing the various bits for 8.8 and Lucene and Solr Javadocs and Ref Guides for 8.5-8.7 are currently missing. The project is working on getting those versions back as soon as possible. We apologize for this situation, hopefully it won’t be too long today before

Re: Apache Solr Reference Guide isn't accessible

2021-02-02 Thread Cassandra Targett
nical Composition > - NFKD: ... Normalization Form KD, Compatibility Decomposition > > But, well who cares. > > Have a nice day. > > > Am 01.02.21 um 23:04 schrieb Cassandra Targett: > > The problem causing this has been fixed and the docs should be available >

Re: Apache Solr Reference Guide isn't accessible

2021-02-01 Thread Cassandra Targett
The problem causing this has been fixed and the docs should be available again. On Feb 1, 2021, 2:15 PM -0600, Alexandre Rafalovitch , wrote: > And if you need something more recent while this is being fixed, you > can look right at the source in GitHub, though a navigation, etc is > missing: >

Re: Is the lucene.apache.org link dead?

2021-02-01 Thread Cassandra Targett
This problem has been fixed and docs should be available again. Please let us know if you still have problems accessing anything. On Feb 1, 2021, 8:32 AM -0600, Cassandra Targett , wrote: > There were some issues while publishing the various bits for 8.8 and Lucene > and Solr Javadocs a