Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 735e859

Browse files
committed
fix links
1 parent ee55ace commit 735e859

File tree

4 files changed

+103
-137
lines changed

4 files changed

+103
-137
lines changed

README.Rmd

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,19 @@ knitr::opts_chunk$set(
1010
)
1111
```
1212

13-
<!-- [![Build Status](https://travis-ci.org/ropensci/solrium.svg?branch=master)](https://travis-ci.org/ropensci/solrium)
14-
[![codecov.io](https://codecov.io/github/ropensci/solrium/coverage.svg?branch=master)](https://codecov.io/github/ropensci/solrium?branch=master) -->
1513
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
1614
[![cran checks](https://cranchecks.info/badges/worst/solrium)](https://cranchecks.info/pkgs/solrium)
1715
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/solrium?color=2ED968)](https://github.com/r-hub/cranlogs.app)
1816
[![cran version](https://www.r-pkg.org/badges/version/solrium)](https://cran.r-project.org/package=solrium)
1917

20-
**A general purpose R interface to [Solr](https://lucene.apache.org/solr/)**
18+
**A general purpose R interface to [Solr](https://solr.apache.org/)**
2119

2220
Development is now following Solr v7 and greater - which introduced many changes, which means many functions here may not work with your Solr installation older than v7.
2321

2422
Be aware that currently some functions will only work in certain Solr modes, e.g, `collection_create()` won't work when you are not in Solrcloud mode. But, you should get an error message stating that you aren't.
2523

2624
Currently developing against Solr `v8.2.0`
2725

28-
## Solr info
29-
30-
+ [Solr home page](https://lucene.apache.org/solr/)
31-
+ [Highlighting help](https://lucene.apache.org/solr/guide/8_2/highlighting.html)
32-
+ [Faceting help](https://lucene.apache.org/solr/guide/8_2/faceting.html)
33-
+ [Solr stats](https://lucene.apache.org/solr/guide/8_2/the-stats-component.html)
34-
+ ['More like this' searches](https://lucene.apache.org/solr/guide/8_2/morelikethis.html)
35-
+ [Grouping/Feild collapsing](https://lucene.apache.org/solr/guide/8_2/collapse-and-expand-results.html)
36-
+ [Solr csv writer](https://lucene.apache.org/solr/guide/8_2/response-writers.html#csv-response-writer)
37-
3826
## Package API and ways of using the package
3927

4028
The first thing to look at is `SolrClient` to instantiate a client connection

0 commit comments

Comments
 (0)