{
  "_id": "6a12c132acfb0bcc41d1ddbd",
  "Package": "rsolr",
  "Type": "Package",
  "Title": "R to Solr Interface",
  "Version": "0.0.14",
  "Authors@R": "c(\nperson(\"Michael\", \"Lawrence\", role = c(\"aut\", \"cre\"),\nemail = \"lawremi@gmail.com\"),\nperson(\"Gabe\", \"Becker\", role = \"aut\"),\nperson(\"Jan\", \"Vogel\", role = \"aut\")\n)",
  "Description": "A comprehensive R API for querying Apache Solr databases.\nA Solr core is represented as a data frame or list that\nsupports Solr-side filtering, sorting, transformation and\naggregation, all through the familiar base R API. Queries are\nprocessed lazily, i.e., a query is only sent to the database\nwhen the data are required.",
  "License": "Apache License (== 2.0)",
  "VignetteBuilder": "knitr",
  "Collate": "utils.R pminmax.R Context-class.R DocCollection-class.R\nExpression-class.R Facets-class.R FieldInfo-class.R\nFieldType-class.R Promise-class.R SolrExpression-class.R\nSolrQuery-class.R SolrSchema-class.R SolrCore-class.R\nSolrResult-class.R SolrSummary-class.R Solr-class.R\nSolrList-class.R SolrFrame-class.R SolrPromise-class.R\nGroupedSolrFrame-class.R test.R zzz.R",
  "Config/pak/sysreqs": "make libxml2-dev",
  "Repository": "https://lawremi.r-universe.dev",
  "Date/Publication": "2026-05-03 03:53:22 UTC",
  "RemoteUrl": "https://github.com/lawremi/rsolr",
  "RemoteRef": "HEAD",
  "RemoteSha": "55e53462626523543117eb7c24179f73dd4a73da",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-03 15:51:33 UTC",
    "User": "root"
  },
  "Author": "Michael Lawrence [aut, cre],\nGabe Becker [aut],\nJan Vogel [aut]",
  "Maintainer": "Michael Lawrence <lawremi@gmail.com>",
  "MD5sum": "03e2f94f04f69086803c7870abddc3e8",
  "_user": "lawremi",
  "_type": "src",
  "_file": "rsolr_0.0.14.tar.gz",
  "_fileid": "9616022410fbbb05319e2bd5dcb7883abca06c8ecfa37d25332852efcff7cdeb",
  "_filesize": 601807,
  "_sha256": "9616022410fbbb05319e2bd5dcb7883abca06c8ecfa37d25332852efcff7cdeb",
  "_created": "2026-05-03T15:51:33.000Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77586090090,
      "time": 183,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6771891659"
    },
    {
      "job": 77586090024,
      "time": 182,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6771891266"
    },
    {
      "job": 77586090103,
      "time": 130,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6771942206"
    },
    {
      "job": 77586089986,
      "time": 184,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6771929534"
    },
    {
      "job": 77586090012,
      "time": 530,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6771861167"
    },
    {
      "job": 77586089878,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 77586090119,
      "time": 187,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6771891770"
    },
    {
      "job": 77586090107,
      "time": 199,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6771892756"
    },
    {
      "job": 77586090171,
      "time": 148,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6771886112"
    }
  ],
  "_buildurl": "https://github.com/r-universe/lawremi/actions/runs/25283496583",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/lawremi/rsolr",
  "_commit": {
    "id": "55e53462626523543117eb7c24179f73dd4a73da",
    "author": "Michael Lawrence <lawremi@gmail.com>",
    "committer": "Michael Lawrence <lawremi@gmail.com>",
    "message": "version bump and move to Authors@R\n",
    "time": 1777780402
  },
  "_maintainer": {
    "name": "Michael Lawrence",
    "email": "lawremi@gmail.com",
    "login": "lawremi",
    "linkedin": "in/michael-lawrence-74a9b482",
    "uuid": 158190
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.4.0",
      "role": "Depends"
    },
    {
      "package": "BiocGenerics",
      "version": ">= 0.15.1",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "restfulr",
      "version": ">= 0.0.2",
      "role": "Imports"
    },
    {
      "package": "graph",
      "role": "Imports"
    },
    {
      "package": "S4Vectors",
      "version": ">= 0.14.3",
      "role": "Imports"
    },
    {
      "package": "rjson",
      "role": "Imports"
    },
    {
      "package": "XML",
      "role": "Imports"
    },
    {
      "package": "RCurl",
      "role": "Imports"
    },
    {
      "package": "nycflights13",
      "role": "Suggests"
    },
    {
      "package": "RUnit",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    }
  ],
  "_owner": "lawremi",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-29",
      "n": 1
    },
    {
      "week": "2026-18",
      "n": 10
    }
  ],
  "_tags": [],
  "_stars": 9,
  "_contributors": [
    {
      "user": "lawremi",
      "count": 89,
      "uuid": 158190
    }
  ],
  "_userbio": {
    "uuid": 158190,
    "type": "user",
    "name": "Michael Lawrence",
    "description": "Member of R core, contributor to @Bioconductor."
  },
  "_downloads": {
    "count": 843,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rsolr"
  },
  "_devurl": "https://github.com/lawremi/rsolr",
  "_searchresults": 6,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rsolr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/lawremi/rsolr",
  "_realowner": "lawremi",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.4",
      "date": "2017-04-10"
    },
    {
      "version": "0.0.8",
      "date": "2017-08-06"
    },
    {
      "version": "0.0.9",
      "date": "2018-08-21"
    },
    {
      "version": "0.0.10",
      "date": "2020-10-12"
    },
    {
      "version": "0.0.11",
      "date": "2021-04-22"
    },
    {
      "version": "0.0.13",
      "date": "2022-05-18"
    }
  ],
  "_exports": [
    "%in%",
    "aggregate",
    "Arith",
    "as.data.frame",
    "as.list",
    "as.table",
    "colnames",
    "commit",
    "Compare",
    "complete.cases",
    "copyFields",
    "core",
    "defer",
    "delete",
    "deriveSolrSchema",
    "docs",
    "docValues",
    "dynamic",
    "eval",
    "facet",
    "facets",
    "fieldNames",
    "fields",
    "fieldTypes",
    "ftable",
    "fulfill",
    "grep",
    "grepl",
    "group",
    "grouping",
    "groupings",
    "head",
    "heads",
    "ids",
    "ids<-",
    "ifelse",
    "indexed",
    "intersect",
    "IQR",
    "Logic",
    "mad",
    "Math",
    "mean",
    "meta",
    "multiValued",
    "name",
    "ncol",
    "ndoc",
    "nfield",
    "ngroup",
    "nrow",
    "nunique",
    "params",
    "params<-",
    "pmax",
    "pmax2",
    "pmin",
    "pmin2",
    "Promise",
    "purgeCache",
    "query",
    "read",
    "rename",
    "required",
    "rescale",
    "rev",
    "rownames",
    "schema",
    "sd",
    "searchDocs",
    "setdiff",
    "SolrCore",
    "SolrFrame",
    "SolrList",
    "SolrQuery",
    "sort",
    "stats",
    "stored",
    "subset",
    "summary",
    "Summary",
    "symbolFactory",
    "symbolFactory<-",
    "table",
    "tail",
    "tails",
    "TestSolr",
    "transform",
    "translate",
    "typeName",
    "ungroup",
    "union",
    "unique",
    "uniqueKey",
    "unmeta",
    "update",
    "var",
    "version",
    "window",
    "windows",
    "with",
    "within",
    "xtabs"
  ],
  "_help": [
    {
      "page": "Context-class",
      "title": "Evaluation Contexts",
      "topics": [
        "class:Context",
        "Context-class",
        "symbolFactory",
        "symbolFactory,DelegateContext-method",
        "symbolFactory<-",
        "symbolFactory<-,DelegateContext-method"
      ]
    },
    {
      "page": "DocCollection-class",
      "title": "DocCollection",
      "topics": [
        "class:DocCollection",
        "DocCollection-class",
        "docs,DocCollection-method",
        "fieldNames,DocCollection-method",
        "ids",
        "ids,DocCollection-method",
        "ids<-",
        "ids<-,DocCollection-method",
        "meta",
        "meta,ANY-method",
        "ndoc",
        "ndoc,DocCollection-method",
        "nfield",
        "nfield,ANY-method",
        "show,DocCollection-method",
        "unmeta",
        "[,DocCollection-method"
      ]
    },
    {
      "page": "DocDataFrame-class",
      "title": "DocDataFrame",
      "topics": [
        "class:DocDataFrame",
        "DocDataFrame-class",
        "fieldNames,DocDataFrame-method",
        "ids<-,DocDataFrame-method",
        "show,DocDataFrame-method",
        "[,DocDataFrame-method"
      ]
    },
    {
      "page": "DocList-class",
      "title": "DocList",
      "topics": [
        "as.data.frame,DocList-method",
        "class:DocList",
        "DocList-class",
        "fieldNames,DocList-method",
        "ids<-,DocList-method",
        "meta,DocList-method",
        "names<-,DocList,ANY-method",
        "nfield,DocList-method",
        "show,DocList-method",
        "[,DocList-method",
        "[<-,DocList,ANY,ANY,ANY-method"
      ]
    },
    {
      "page": "Expression-class",
      "title": "Expressions and Translation",
      "topics": [
        "as.character,TranslationRequest-method",
        "class:Expression",
        "class:SimpleExpression",
        "class:SimpleSymbol",
        "class:Symbol",
        "class:SymbolFactory",
        "class:TranslationRequest",
        "eval,ANY,DelegateContext-method",
        "Expression-class",
        "SimpleExpression-class",
        "SimpleSymbol-class",
        "Symbol-class",
        "SymbolFactory",
        "SymbolFactory-class",
        "translate",
        "translate,ANY,Expression-method",
        "translate,TranslationRequest,missing-method",
        "TranslationRequest-class"
      ]
    },
    {
      "page": "Facets-class",
      "title": "Facets",
      "topics": [
        "as.table,Facets-method",
        "as.table.Facets",
        "class:Facets",
        "Facets-class",
        "show,Facets-method",
        "stats",
        "[,Facets-method",
        "[[,Facets,formula-method",
        "[[,Facets-method"
      ]
    },
    {
      "page": "FieldInfo-class",
      "title": "FieldInfo",
      "topics": [
        "%in%,character,FieldInfo-method",
        "append,FieldInfo,FieldInfo-method",
        "as.data.frame,FieldInfo-method",
        "as.data.frame.FieldInfo",
        "as.list,FieldInfo-method",
        "as.list.FieldInfo",
        "class:FieldInfo",
        "coerce,data.frame,FieldInfo-method",
        "docValues",
        "dynamic",
        "FieldInfo-class",
        "indexed",
        "length,FieldInfo-method",
        "multiValued",
        "names,FieldInfo-method",
        "names<-,FieldInfo,ANY-method",
        "required",
        "show,FieldInfo-method",
        "stored",
        "typeName",
        "[,FieldInfo-method",
        "[<-,FieldInfo,ANY,ANY,FieldInfo-method"
      ]
    },
    {
      "page": "FieldType-class",
      "title": "FieldType",
      "topics": [
        "as.data.frame,FieldTypeList-method",
        "class:FieldType",
        "class:FieldTypeList",
        "FieldType-class",
        "FieldTypeList-class",
        "names<-,FieldTypeList,ANY-method",
        "show,FieldType-method",
        "show,FieldTypeList-method",
        "[,FieldTypeList-method"
      ]
    },
    {
      "page": "GroupedSolrFrame-class",
      "title": "GroupedSolrFrame",
      "topics": [
        "as.data.frame,GroupedSolrFrame-method",
        "class:GroupedSolrFrame",
        "coerce,GroupedSolrFrame,data.frame-method",
        "group,GroupedSolrFrame,ANY-method",
        "GroupedSolrFrame-class",
        "grouping",
        "grouping,GroupedSolrFrame-method",
        "head,GroupedSolrFrame-method",
        "heads",
        "heads,ANY-method",
        "ndoc,GroupedSolrFrame-method",
        "ngroup",
        "ngroup,GroupedSolrFrame-method",
        "nrow,GroupedSolrFrame-method",
        "rownames,GroupedSolrFrame-method",
        "show,GroupedSolrFrame-method",
        "tail,GroupedSolrFrame-method",
        "tails",
        "tails,ANY-method",
        "ungroup",
        "ungroup,ANY-method",
        "ungroup,data.frame-method",
        "ungroup,GroupedSolrFrame-method",
        "unique,GroupedSolrFrame-method",
        "window,GroupedSolrFrame-method",
        "windows",
        "windows,GroupedSolrFrame-method",
        "[,GroupedSolrFrame-method",
        "[<-,GroupedSolrFrame,ANY,ANY,ANY-method"
      ]
    },
    {
      "page": "Grouping-class",
      "title": "Grouping",
      "topics": [
        "class:Grouping",
        "coerce,Grouping,data.frame-method",
        "coerce,Grouping,list-method",
        "Grouping-class",
        "ngroup,Grouping-method",
        "schema,Grouping-method",
        "show,Grouping-method"
      ]
    },
    {
      "page": "ListSolrResult-class",
      "title": "ListSolrResult",
      "topics": [
        "class:ListSolrResult",
        "class:SolrResult",
        "docs,ListSolrResult-method",
        "facets,ListSolrResult-method",
        "groupings,ListSolrResult-method",
        "ListSolrResult-class",
        "ndoc,ListSolrResult-method",
        "ngroup,ListSolrResult-method",
        "SolrResult-class"
      ]
    },
    {
      "page": "Promise-class",
      "title": "Promises",
      "topics": [
        "as.character,Promise-method",
        "as.integer,Promise-method",
        "as.logical,Promise-method",
        "as.numeric,Promise-method",
        "cbind2,ANY,Promise-method",
        "cbind2,Promise,ANY-method",
        "cbind2,Promise,Promise-method",
        "class:Promise",
        "class:SimplePromise",
        "fulfill",
        "fulfill,ANY-method",
        "fulfill,Promise-method",
        "Promise",
        "Promise-class",
        "rbind2,ANY,Promise-method",
        "rbind2,Promise,ANY-method",
        "rbind2,Promise,Promise-method",
        "SimplePromise-class"
      ]
    },
    {
      "page": "SolrCore-class",
      "title": "SolrCore",
      "topics": [
        "class:SolrCore",
        "commit",
        "commit,SolrCore-method",
        "delete,SolrCore-method",
        "docs",
        "docs,SolrCore-method",
        "eval,SolrQuery,SolrCore-method",
        "eval,TranslationRequest,SolrCore-method",
        "facets",
        "facets,SolrCore-method",
        "fieldNames,SolrCore-method",
        "groupings",
        "groupings,SolrCore-method",
        "name,SolrCore-method",
        "ndoc,SolrCore-method",
        "ngroup,SolrCore-method",
        "purgeCache,SolrCore-method",
        "read,SolrCore-method",
        "schema",
        "schema,SolrCore-method",
        "show,SolrCore-method",
        "SolrCore",
        "SolrCore-class",
        "update,SolrCore-method",
        "version",
        "version,SolrCore-method"
      ]
    },
    {
      "page": "SolrExpression-class",
      "title": "SolrExpression",
      "topics": [
        "as.character,AbstractSolrFunctionCall-method",
        "as.character,FRangeQParserExpression-method",
        "as.character,JoinQParserExpression-method",
        "as.character,LuceneRange-method",
        "as.character,SimpleExpression-method",
        "as.character,SolrFunctionCall-method",
        "as.character,SolrFunctionExpression-method",
        "as.character,SolrLuceneAND-method",
        "as.character,SolrLuceneOR-method",
        "as.character,SolrLuceneProhibit-method",
        "as.character,SolrLuceneTerm-method",
        "as.character,SolrQParserExpression-method",
        "as.character,SolrSortExpression-method",
        "class:SolrExpression",
        "Promise,SolrLuceneSymbol,Solr-method",
        "Promise,SolrSymbol,Solr-method",
        "SolrExpression-class",
        "SymbolFactory,SolrExpression-method",
        "SymbolFactory,SolrQParserExpression-method",
        "translate,SolrExpression,SolrExpression-method"
      ]
    },
    {
      "page": "SolrFrame-class",
      "title": "SolrFrame",
      "topics": [
        "$,Solr-method",
        "$<-,Solr-method",
        "aggregate,formula-method",
        "aggregate,Solr-method",
        "as.data.frame,Solr-method",
        "as.data.frame,SolrFrame-method",
        "as.data.frame.Solr",
        "as.list,Solr-method",
        "as.list,SolrFrame-method",
        "as.list.Solr",
        "as.table,SolrSummary-method",
        "class:Solr",
        "class:SolrFrame",
        "coerce,Solr,data.frame-method",
        "coerce,Solr,environment-method",
        "colnames,SolrFrame-method",
        "core",
        "defer",
        "defer,Solr-method",
        "dim,SolrFrame-method",
        "dimnames,SolrFrame-method",
        "eval,language,Solr-method",
        "eval,SolrAggregateCall,SolrFrame-method",
        "eval,SolrExpression,SolrFrame-method",
        "facets,SolrSummary-method",
        "fieldNames",
        "fieldNames,Solr-method",
        "fieldNames,SolrFrame-method",
        "group",
        "group,SolrFrame,formula-method",
        "group,SolrFrame,NULL-method",
        "grouping,Solr-method",
        "head,Solr-method",
        "ids,Solr-method",
        "length,SolrFrame-method",
        "names,SolrFrame-method",
        "NCOL,SolrFrame-method",
        "ncol,SolrFrame-method",
        "ndoc,Solr-method",
        "nfield,Solr-method",
        "NROW,SolrFrame-method",
        "nrow,SolrFrame-method",
        "query",
        "rename",
        "rename,Solr-class",
        "rename,Solr-method",
        "ROWNAMES,SolrFrame-method",
        "rownames,SolrFrame-method",
        "schema,Solr-method",
        "searchDocs,Solr-method",
        "show,SolrFrame-method",
        "Solr-class",
        "SolrFrame",
        "SolrFrame-class",
        "sort,Solr-method",
        "subset,Solr-method",
        "summary,SolrFrame-method",
        "symbolFactory,Solr-method",
        "symbolFactory<-,Solr-method",
        "tail,Solr-method",
        "transform,Solr-method",
        "ungroup,SolrFrame-method",
        "unique,Solr-method",
        "unique,SolrFrame-method",
        "window,Solr-method",
        "with,Solr-method",
        "within,Solr-method",
        "xtabs,Solr-method",
        "[,SolrFrame-method",
        "[<-,SolrFrame,ANY,ANY,ANY-method",
        "[[,SolrFrame,ANY-method",
        "[[<-,SolrFrame-method"
      ]
    },
    {
      "page": "SolrList-class",
      "title": "SolrList",
      "topics": [
        "class:SolrList",
        "coerce,Solr,SolrList-method",
        "coerce,SolrList,DocCollection-method",
        "length,SolrList-method",
        "names,SolrList-method",
        "searchDocs",
        "searchDocs,Solr",
        "show,SolrList-method",
        "SolrList",
        "SolrList-class",
        "unique,SolrList-method",
        "[,SolrList-method",
        "[<-,SolrList,ANY,ANY,ANY-method",
        "[[,SolrList,ANY-method",
        "[[,SolrList-method",
        "[[<-,SolrList-method"
      ]
    },
    {
      "page": "SolrPromise-class",
      "title": "SolrPromise",
      "topics": [
        "!,SolrAggregatePromise-method",
        "!,SolrFunctionPromise-method",
        "!,SolrLuceneSymbolPromise-method",
        "!,SolrPromise-method",
        "%in%,SolrSymbolPromise,PredicatedSolrSymbolPromise-method",
        "%in%,SolrSymbolPromise,SolrSymbolPromise-method",
        "%in%,SolrSymbolPromise,vector-method",
        "-,SolrPromise,missing-method",
        "anyNA,SolrPromise-method",
        "Arith,logical,SolrPromise-method",
        "Arith,numeric,SolrAggregatePromise-method",
        "Arith,numeric,SolrPromise-method",
        "Arith,SolrAggregatePromise,numeric-method",
        "Arith,SolrAggregatePromise,SolrAggregatePromise-method",
        "Arith,SolrPromise,logical-method",
        "Arith,SolrPromise,numeric-method",
        "Arith,SolrPromise,SolrPromise-method",
        "as.data.frame,SolrPromise-method",
        "class:PredicatedSolrSymbolPromise",
        "class:SolrAggregatePromise",
        "class:SolrFunctionPromise",
        "class:SolrLucenePromise",
        "class:SolrLuceneSymbolPromise",
        "class:SolrPromise",
        "class:SolrReducePromise",
        "class:SolrSymbolPromise",
        "Compare,AsIs,SolrSymbolPromise-method",
        "Compare,numeric,SolrAggregatePromise-method",
        "Compare,numeric,SolrPromise-method",
        "Compare,numeric,SolrSymbolPromise-method",
        "Compare,SolrAggregatePromise,numeric-method",
        "Compare,SolrAggregatePromise,SolrAggregatePromise-method",
        "Compare,SolrPromise,numeric-method",
        "Compare,SolrPromise,SolrPromise-method",
        "Compare,SolrSymbolPromise,AsIs-method",
        "Compare,SolrSymbolPromise,numeric-method",
        "Compare,SolrSymbolPromise,vector-method",
        "Compare,vector,SolrSymbolPromise-method",
        "complete.cases,SolrFunctionPromise-method",
        "complete.cases,SolrLuceneSymbolPromise-method",
        "ftable",
        "ftable,SolrSymbolPromise-method",
        "fulfill,PredicatedSolrSymbolPromise-method",
        "grep,ANY,SolrSymbolPromise-method",
        "grepl,character,SolrSymbolPromise-method",
        "head,SolrPromise-method",
        "ifelse,SolrAggregatePromise-method",
        "ifelse,SolrPromise-method",
        "intersect,SolrSymbolPromise,SolrSymbolPromise-method",
        "IQR,SolrPromise-method",
        "is.na,SolrAggregatePromise-method",
        "is.na,SolrFunctionPromise-method",
        "is.na,SolrLuceneSymbolPromise-method",
        "length,SolrPromise-method",
        "lengths,SolrPromise-method",
        "lengths,SolrSymbolPromise-method",
        "Logic,logical,SolrAggregatePromise-method",
        "Logic,logical,SolrPromise-method",
        "Logic,SolrAggregatePromise,logical-method",
        "Logic,SolrAggregatePromise,SolrAggregatePromise-method",
        "Logic,SolrFunctionPromise,SolrFunctionPromise-method",
        "Logic,SolrLucenePromise,SolrLucenePromise-method",
        "Logic,SolrLucenePromise,SolrPromise-method",
        "Logic,SolrLucenePromise,SolrSymbolPromise-method",
        "Logic,SolrPromise,logical-method",
        "Logic,SolrPromise,SolrLucenePromise-method",
        "Logic,SolrPromise,SolrSymbolPromise-method",
        "Logic,SolrSymbolPromise,SolrLucenePromise-method",
        "Logic,SolrSymbolPromise,SolrPromise-method",
        "Logic,SolrSymbolPromise,SolrSymbolPromise-method",
        "mad",
        "mad,SolrPromise-method",
        "Math,SolrAggregatePromise-method",
        "Math,SolrPromise-method",
        "mean,SolrPromise-method",
        "median,SolrPromise-method",
        "ndoc,SolrPromise-method",
        "nunique",
        "nunique,ANY-method",
        "nunique,factor-method",
        "nunique,SolrPromise-method",
        "pmax",
        "pmax2",
        "pmax2,ANY,ANY-method",
        "pmax2,numeric,SolrAggregatePromise-method",
        "pmax2,numeric,SolrPromise-method",
        "pmax2,SolrAggregatePromise,numeric-method",
        "pmax2,SolrAggregatePromise,SolrAggregatePromise-method",
        "pmax2,SolrPromise,numeric-method",
        "pmax2,SolrPromise,SolrPromise-method",
        "pmin",
        "pmin2",
        "pmin2,ANY,ANY-method",
        "pmin2,numeric,SolrAggregatePromise-method",
        "pmin2,numeric,SolrPromise-method",
        "pmin2,SolrAggregatePromise,numeric-method",
        "pmin2,SolrAggregatePromise,SolrAggregatePromise-method",
        "pmin2,SolrPromise,numeric-method",
        "pmin2,SolrPromise,SolrPromise-method",
        "PredicatedSolrSymbolPromise-class",
        "quantile,SolrPromise-method",
        "rescale",
        "rescale,SolrPromise-method",
        "round,SolrAggregatePromise-method",
        "round,SolrPromise-method",
        "sd,SolrPromise-method",
        "setdiff,SolrSymbolPromise,SolrSymbolPromise-method",
        "signif,SolrPromise-method",
        "SolrAggregatePromise-class",
        "SolrFunctionPromise-class",
        "SolrLucenePromise-class",
        "SolrLuceneSymbolPromise-class",
        "SolrPromise-class",
        "SolrReducePromise-class",
        "SolrSymbolPromise-class",
        "Summary,SolrPromise-method",
        "summary,SolrPromise-method",
        "summary.SolrPromise",
        "table,SolrSymbolPromise-method",
        "tail,SolrPromise-method",
        "union,SolrSymbolPromise,SolrSymbolPromise-method",
        "unique,PredicatedSolrSymbolPromise-method",
        "unique,SolrSymbolPromise-method",
        "var,SolrPromise,ANY-method",
        "weighted.mean,SolrPromise,SolrPromise-method",
        "window,SolrPromise-method",
        "windows,SolrPromise-method",
        "[,SolrPromise-method",
        "[,SolrSymbolPromise-method",
        "[<-,Promise,ANY,ANY,ANY-method",
        "[<-,SolrPromise,SolrPromise,ANY,ANY-method"
      ]
    },
    {
      "page": "SolrQuery-class",
      "title": "SolrQuery",
      "topics": [
        "as.character,SolrQuery-method",
        "as.character,SolrQueryTranslationSource-method",
        "as.character.SolrQuery",
        "class:SolrQuery",
        "facet",
        "facet,SolrQuery,character-method",
        "facet,SolrQuery,formula-method",
        "facet,SolrQuery,NULL-method",
        "group,SolrQuery,character-method",
        "group,SolrQuery,formula-method",
        "group,SolrQuery,language-method",
        "group,SolrQuery,name-method",
        "head,SolrQuery-method",
        "head.SolrQuery",
        "params",
        "params<-",
        "rename,SolrQuery-method",
        "rev,SolrQuery-method",
        "searchDocs,SolrQuery-method",
        "show,SolrQuery-method",
        "SolrQuery",
        "SolrQuery-class",
        "sort,SolrQuery-method",
        "subset,SolrQuery-method",
        "tail,SolrQuery-method",
        "tail.SolrQuery",
        "transform,SolrQuery-method",
        "translate,SolrQuery,missing-method",
        "translate,SolrQueryTranslationSource,Expression-method",
        "translate,SolrQueryTranslationSource,SolrQParserExpression-method",
        "translate,SolrQueryTranslationSource,SolrSortExpression-method",
        "window,SolrQuery-method",
        "window.SolrQuery",
        "xtabs,SolrQuery-method"
      ]
    },
    {
      "page": "SolrSchema-class",
      "title": "SolrSchema",
      "topics": [
        "class:SolrSchema",
        "copyFields",
        "deriveSolrSchema",
        "deriveSolrSchema,ANY-method",
        "deriveSolrSchema,data.frame-method",
        "fields",
        "fields,SolrSchema-method",
        "fieldTypes",
        "fieldTypes,SolrSchema-method",
        "name",
        "name,ANY-method",
        "saveXML,SolrSchema-method",
        "show,SolrSchema-method",
        "SolrSchema-class",
        "uniqueKey"
      ]
    },
    {
      "page": "TestSolr",
      "title": "Testing Solr",
      "topics": [
        "TestSolr"
      ]
    }
  ],
  "_readme": "https://github.com/lawremi/rsolr/raw/HEAD/README.md",
  "_rundeps": [
    "BiocGenerics",
    "bitops",
    "generics",
    "graph",
    "RCurl",
    "restfulr",
    "rjson",
    "S4Vectors",
    "XML",
    "yaml"
  ],
  "_vignettes": [
    {
      "source": "intro.Rnw",
      "filename": "intro.pdf",
      "title": "Introduction to rsolr",
      "engine": "knitr::knitr",
      "headings": [],
      "created": "2016-01-04 21:32:04",
      "modified": "2026-04-27 01:37:45",
      "commits": 7
    }
  ],
  "_score": 4.954242509439325,
  "_indexed": true,
  "_nocasepkg": "rsolr",
  "_universes": [
    "lawremi"
  ],
  "_failure": {
    "version": "0.0.14",
    "commit": {
      "id": "55e53462626523543117eb7c24179f73dd4a73da",
      "author": "Michael Lawrence <lawremi@gmail.com>",
      "committer": "Michael Lawrence <lawremi@gmail.com>",
      "message": "version bump and move to Authors@R\n",
      "time": 1777780402
    },
    "buildurl": "https://github.com/r-universe/lawremi/actions/runs/26658050081",
    "date": "2026-06-01T06:33:18.251Z",
    "job": {
      "job": 78798305237,
      "time": 170,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7324802414"
    }
  },
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.14",
      "date": "2026-05-03T15:55:44.000Z",
      "distro": "noble",
      "commit": "55e53462626523543117eb7c24179f73dd4a73da",
      "fileid": "212ae6a41d11f55be0d926c99391c6efd9e151fc889d009da6e332c3a0b40e72",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lawremi/actions/runs/25283496583"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.14",
      "date": "2026-05-03T15:55:43.000Z",
      "distro": "noble",
      "commit": "55e53462626523543117eb7c24179f73dd4a73da",
      "fileid": "f5de5f14bd88d9bd2261a7ab1a8a53fea58765ce7c0f1468bee623655f4da2a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lawremi/actions/runs/25283496583"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.14",
      "date": "2026-05-03T16:04:13.000Z",
      "commit": "55e53462626523543117eb7c24179f73dd4a73da",
      "fileid": "739a93f2d7ed5397a988466730968c69c25891abf0bd3755b5675fad633ef901",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lawremi/actions/runs/25283496583"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.14",
      "date": "2026-05-03T16:01:39.000Z",
      "commit": "55e53462626523543117eb7c24179f73dd4a73da",
      "fileid": "ae85c57f188159ab1fed293b33c6e5f9641f38c2fa52315b76f6294cd69d0a69",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lawremi/actions/runs/25283496583"
    },
    {
      "r": "4.5.1",
      "os": "wasm",
      "version": "0.0.14",
      "date": "2026-05-03T15:56:41.000Z",
      "commit": "55e53462626523543117eb7c24179f73dd4a73da",
      "fileid": "fa06c03d7cbefa8fb3cf1a1012f3ab78037a59bd7129c4cfb8cb81d1381b4626",
      "status": "success",
      "buildurl": "https://github.com/r-universe/lawremi/actions/runs/25283496583"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.14",
      "date": "2026-05-03T15:54:59.000Z",
      "commit": "55e53462626523543117eb7c24179f73dd4a73da",
      "fileid": "fb66c15ca9a52fe4ccacb9efd28289fd675964f379919d65fbff09bf69ca7dc4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lawremi/actions/runs/25283496583"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.14",
      "date": "2026-05-03T15:54:46.000Z",
      "commit": "55e53462626523543117eb7c24179f73dd4a73da",
      "fileid": "fc6fa5c9df2f2906d66fbc246d6d451fae81538267addfe496df1c7c02c0d11d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lawremi/actions/runs/25283496583"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.14",
      "date": "2026-05-03T15:54:24.000Z",
      "commit": "55e53462626523543117eb7c24179f73dd4a73da",
      "fileid": "137bf4a136f4106554aae0014034040254024a6f79abcd65a331d89a38990386",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lawremi/actions/runs/25283496583"
    }
  ]
}