我在我的应用程序中实现了<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>%d %-5level %X{sessionID} [%thread] %logger{0}: %msg%n</Pattern>
</encoder>
</appender>
</configuration>
索引和Siri意图。当用户在我的应用中创建为“餐厅”时,我将餐厅传递给Spotlight进行索引。然后,当用户打开餐厅时,我捐赠了CoreSpotlight
。
现在,当我在Spotlight中搜索餐厅名称时,我得到了openRestaurantIntent
索引,结果得到了CoreSpotlight
。我做错了什么吗?感觉有两个搜索结果似乎有点多余。