-
Hi,
We have noticed that sometimes Norconex committer fails to index few documents for any reason. These failures cannot be communicated back to the crawl which updates the checksum and will not be p…
-
Imported from JIRA [DS-2212] created by terrywbrady
When attempting to run the command, it creates an initial solr core and then fails. The process cannot be restarted due to the existence of that so…
-
On a site with sitemap path specified in robots.txt Norconex doesn't recognize this specification.
The SitemapResolverFactory is configured to respect only specifications from robots.txt by setting t…
-
Imported from JIRA [DS-3653] created by tom.desair
From 25 May 2018, the new European General Data Protection Regulation (GDPR) law will apply. This law enforces that personal data of EU citizens can …
-
Attached is a patch for an AutomatonQuery/Filter (name can change if its not suitable).
Whereas the out-of-box contrib RegexQuery is nice, I have some very large indexes (100M+ unique tokens) where q…
-
Imported from JIRA [DS-1202] created by lyncode
DSpace XOAI Data Provider is an OAI-PMH Interface for DSpace based upon XOAI (OAI-PMH java toolkit). With the following characteristics:
OpenAIRE com…
-
Imported from JIRA [DS-1005] created by stuartlewis
Ticket for the addition of SWORD v2 to DSpace 1.8. When building, you'll need to make sure you update dspace.cfg to include the new config options.…
-
Currently we only check whether boolean queries have too many clauses. However there are other ways that queries may have too many clauses, for instance if you have boolean queries that have themselve…
-
Back when I was developing my project a couple months ago, I don't remember having any problems with this. (There's a lot I've forgotten, though.)
I'm having trouble writing to a host mount now tha…
-
It would be cool having something like:
```sql
select * from Log where date >= date() - 1h
```
In this case `h` stands for hour. We could have `d` for days. This query extract all the logs of …