solrを使用してドキュメントを検索し、このクエリ ""を使用してドキュメントを検索しようとするとid:*
、*または?を使用してクエリを解析できないことを示すこのクエリパーサー例外が発生します。最初の文字として。
HTTP Status 400 - org.apache.lucene.queryParser.ParseException: Cannot parse 'id:*': '*' or '?' not allowed as first character in WildcardQuery
type Status report
message org.apache.lucene.queryParser.ParseException: Cannot parse 'id:*': '*' or '?' not allowed as first character in WildcardQuery
description The request sent by the client was syntactically incorrect (org.apache.lucene.queryParser.ParseException: Cannot parse 'id:*': '*' or '?' not allowed as first character in WildcardQuery).
これを*だけで動作させるためのパッチはありますか?それとも、そのようなクエリを実行するのは非常にコストがかかりますか?