Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LUCENE-8292: Make TermsEnum fully abstract #574

Merged
merged 4 commits into from
Feb 15, 2019
Merged

Conversation

s1monw
Copy link
Member

@s1monw s1monw commented Feb 15, 2019

No description provided.

* In some cases, the default implementation may be slow and consume huge memory, so subclass SHOULD have its own
* implementation if possible.
*/
public static abstract class BaseTermsEnum extends TermsEnum {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to its own file?

@s1monw s1monw merged commit 4a513fa into apache:master Feb 15, 2019
@s1monw s1monw deleted the LUCENE-8292 branch February 15, 2019 16:33
jdbranham pushed a commit to jdbranham/lucene-solr that referenced this pull request Feb 25, 2019
jdbranham added a commit to jdbranham/lucene-solr that referenced this pull request Feb 25, 2019
markrmiller added a commit that referenced this pull request Feb 8, 2022
…andler results in HTTP 401 when searching on alias in secured Solr. (#574)

Conflicts:
	.gitignore
	solr/core/src/java/org/apache/solr/core/CoreContainer.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants