掲示板

Lucene/Solr Query always converts in lowercase Liferay 6.2

thumbnail
9年前 に Gaurang Sheladia によって更新されました。

Lucene/Solr Query always converts in lowercase Liferay 6.2

Regular Member 投稿: 159 参加年月日: 09/02/15 最新の投稿
Hi,

Currently i am using Liferay6.2 with integration of Solr 4.7.

Now i am making a Boolean Query from my custom portlet to get data by StructureId (Name) or any other field.

My data has been indexed with Case Sensitive but while i am making a Boolean query and executing it always converting my value to Lowercase.

Do i need to update my any configuration file OR any modification required in search-spring.xml?

Appreciate your input.

Thanks in advance!

Best Regards,
Gaurang
9年前 に prabhu narayanan によって更新されました。

RE: Lucene/Solr Query always converts in lowercase Liferay 6.2

New Member 投稿: 2 参加年月日: 15/01/05 最新の投稿
I am facing same issue..Can somebody share this ASAP? I have been trying to solve this past 2 days.
9年前 に Niccolò Pasquetto によって更新されました。

RE: Lucene/Solr Query always converts in lowercase Liferay 6.2

New Member 投稿: 13 参加年月日: 13/04/11 最新の投稿
Gaurang Sheladia:

Now i am making a Boolean Query from my custom portlet to get data by StructureId (Name) or any other field.


Hello Gaurang, I have encountered the same behavior , BUT if the problem is limited to the creation of a custom query to select web content based on the "structureId" you can use the value of the field "classTypeId" that must be equal to structureId that you want to search.

Niccolò