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

TRUNK-2999: Investigate replacing concept word with full text search #126

Closed
wants to merge 10 commits into from

Conversation

rkorytkowski
Copy link
Member

Please do NOT merge. It is only for review.

https://tickets.openmrs.org/browse/TRUNK-2999

<groupId>org.hibernate</groupId>
<artifactId>hibernate-search-analyzers</artifactId>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queries</artifactId>
Copy link
Member Author

Choose a reason for hiding this comment

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

I stopped using this, so it can be removed.

… hibernate-search

Conflicts:
	api/src/main/java/org/openmrs/api/context/Context.java
private String name;

@Field(index = Index.UN_TOKENIZED)
Copy link
Member

Choose a reason for hiding this comment

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

Isn't UN_TOKENIZED the default?

Copy link
Member Author

Choose a reason for hiding this comment

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

No, the default is to use StandardAnalyzer with a tokenizer.

/**
*
*/
public abstract class CollectionPart<E> {
Copy link
Member

Choose a reason for hiding this comment

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

Add some javadocs and @SInCE

Copy link
Member Author

Choose a reason for hiding this comment

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

ok

@dkayiwa
Copy link
Member

dkayiwa commented Jan 30, 2014

@rkorytkowski do we plan to merge this pull request? :)

@dkayiwa
Copy link
Member

dkayiwa commented Mar 26, 2014

@rkorytkowski feel free to reopen if we still need this pull request. :)

@dkayiwa dkayiwa closed this Mar 26, 2014
@sonarcloud
Copy link

sonarcloud bot commented Nov 25, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug E 9 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell B 34 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
* Add Markdown link check to GitHub Actions

* Fix broken links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants